How can I run this on docker-compose
shuyib
HOBBYOP

a year ago

Hi,

I read the docs and I can't seem to figure out how to run a Docker-compose file that runs two Dockerfiles. I have done extensive testing but can't seem to run it here.

Please assist

https://github.com/Shuyib/tool_calling_api

1 Replies

brody
EMPLOYEE

a year ago

Hello,

Railway does not support docker-compose.

You would need to run two services in the project and point them each to the applicable Dockerfile.

https://docs.railway.com/guides/dockerfiles#custom-dockerfile-path


Loading...