How to deploy a project with multiple dockerfiles?
Have project that has one
Dockerfile
for the backend service and another one Dockerfile.celery
for the celery service. When I try to deploy the celery service via railway deploy
it picks up Dockerfile
instead and deploys the backend service. Is there any recommended practice to deploy multiple Dockerfiles?5 Replies
Project ID:
34201471-b3bb-47a4-84b4-5e87c08ca756
34201471-b3bb-47a4-84b4-5e87c08ca756
RAILWAY_DOCKERFILE_PATH
https://docs.railway.app/develop/variables#user-provided-configuration-variablesThanks that helped!
no problem 🙂