I have docker-compose in my repo
hrit99
TRIALOP

a year ago

How can I deploy three flask projects in my repo having a docker-compose in it

View Deploy details

ⓘ Deployment information is only viewable by project members and Railway employees.

1 Replies

a year ago

docker-compose is not supported on Railway, you would need to manually unwrap the services in the compose file into individual Railway services.

Within your project you would want a separate Railway service for every service in your docker-compose file, you can then set the applicable root directory in the service settings.


Loading...