I have docker-compose in my repo
hrit99
TRIALOP

2 years 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

2 years 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.


Welcome!

Sign in to your Railway account to join the conversation.

Loading...