#How to deploy from a dockerized app

7 messages · Page 1 of 1 (latest)

molten pagodaBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> ✅ Mark Solution

river vineBOT
#

Project ID: N/A

slow depot
graceful pike
slow depot
#

from other hosting experience, i new that it didn't accept docker-compose files, just Dockerfiles, so it meant that I had to install the second version, I want to know if it is the same here

graceful pike
#

You can't use the compose file here. From my understanding, push the frontend and backend services to a git repo (or use railway up) and link with railway.

Railway gives the postgres database by default.

And whats left is internal networking (which you get by default with docker-compose) and volumes for the other services

For networking : https://docs.railway.app/reference/private-networking

For volume (if you require for your backend) : https://docs.railway.app/reference/volumes

Railway Docs

Documentation for Railway

Railway Docs

Documentation for Railway

#

This is ofcourse my take on the issue. Any support staff from railway can answer better.