Could we not pull all docker commands from an actual docker-compose file? #669
Closed
99linesofcode
started this conversation in
Ideas
Replies: 1 comment
-
Closing this since this has some overlap with the discussion in #257 |
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
-
Perhaps this is a noop but the current state of the configuration file feels like a bit of a frankenstein with docker-compose pieces stitched to it. From what I've gathered so far it allows me to use pretty much every configuration option for services available to me in docker-compose inside the host and accessory but at the same time limits me in others. Wouldn't it be an idea to pull all the configuration for services, networks and traefik from a docker-compose file and allow those to override defaults or pass those along transparently?
Beta Was this translation helpful? Give feedback.
All reactions