You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tell us about your request
I want to split the docker composes for clarity but have 1 main compose to group them up when building tests for consistency. So i am using include in conjunction with networks
Which service(s) is this request for?
docker compose
Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard?
My service in the front/ folder can t seem to acces the back folder's gateway service
I am trying to split my docker compose into 2 compose files: for example:
Are you currently working around the issue? docker-compose -f docker-compose.yaml -f back/docker-compose.yaml -f front/docker-compose.yaml up Should be a working alternative
Tell us about your request
I want to split the docker composes for clarity but have 1 main compose to group them up when building tests for consistency. So i am using include in conjunction with networks
Which service(s) is this request for?
docker compose
Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard?
My service in the front/ folder can t seem to acces the back folder's gateway service
I am trying to split my docker compose into 2 compose files: for example:
#front/docker-compose.yaml
#back/docker-compose.yaml
and outside: #./docker-compose.yaml
Are you currently working around the issue?
docker-compose -f docker-compose.yaml -f back/docker-compose.yaml -f front/docker-compose.yaml up
Should be a working alternativeAdditional context
stackoverflow#79430123
The text was updated successfully, but these errors were encountered: