#How to deploy from a dockerized app
7 messages · Page 1 of 1 (latest)
Project ID: N/A
N/A
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
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
This is ofcourse my take on the issue. Any support staff from railway can answer better.