David Heinemeier Hansson
David Heinemeier Hansson
Yeah, it's exactly that we should try to stay abstracted such that we could change "Traefik" to "caddy" or anything else, and the options would all stay the same. Seems...
I think if you're down this track, you're already off-piste. Better know your way around the terrain. I'd be happy to see all the options be defaults you can overwrite.
I'd like to see it as: ```yaml traefik: options: publish: - 80 - 10516 volumes: - ... args: entrypoints.web.address: :80 ```
Would be happy to see all these checks. Please do investigate!
Closed via https://github.com/mrsked/mrsk/pull/164
Fixed: https://discord.gg/YgHVT7GCXS. Updated README.
Prefer to point folks to https://github.com/mrsked/mrsk/discussions, so the answer can be indexed by search engines.
Some failing tests.
Couldn't we just get rid of the whole `docker image ls` stuff together too, then? If we're always passing a version?
Way nicer! Excellent.