Ability to use "include" for docker compose file #4295
slamer59
started this conversation in
Feature Requests
Replies: 1 comment
-
@slamer59 you can use that exact command in the custom start option on the project page you would need -d on teh end |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
some deployments have different docker-compose for dev, prod, etc.
To deploy, we can add some configuration which overide dev configuration and apply something like this:
docker-compose -f docker-compose.dev.yml -f docker-compose.prod.yml up
Pointing to docker-compose.prod.yml in coolify will fail as he as no clue about docker-compose.dev.yml configuration.
Solutions :
In the last solution, include is removed ?
Here is one exemple :
https://gitlab.com/noe-app/noe
Regards
Beta Was this translation helpful? Give feedback.
All reactions