-
Notifications
You must be signed in to change notification settings - Fork 54
Define docker_compose.yml with a label or similar? #634
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I don't see other options.
|
Yeah, I need some other alternative method to that. That requires me to define every docker compose file in wud and I'd quite honestly rather avoid that busy work. |
It can be hard but on my side, I put my docker-compose files in a sub-directory with the name of the container. With this, it's easy to script something to have the result env for wud container (I think I saw this kind of script in another issue here) |
I've found a way to add labels through the extend functionality. Which is primarily why I'd want this to with with labels. If I can just tell wud I could import that compose to every other container using the same rule set. |
I think I'm missing some information here, but I'm trying to set up wud to work with multiple docker compose files without having to create a separate _FILE environment variable for each one- is this supported in any way? Maybe with a label or something on the container to be updated itself? Or if this is conflicting ideology with how wud is supposed to function (or docker as a whole, I suppose) let me know. Thanks
The text was updated successfully, but these errors were encountered: