EnigmaCurry / d.rymcg.tech

A collection of self-hosted docker-compose projects with Traefik reverse proxy, integrated auth, and administrative Makefiles for easy maintainance
MIT License
46 stars 9 forks source link

Can `make wait` ignore config containers? #209

Closed mcmikemn closed 1 month ago

mcmikemn commented 1 month ago

When you run make wait for an app that has a config container, make wait continually waits for that config container to "finish starting". But I think config containers don't "start" - I think they just exist as data stores. Can make wait ignore any container with "config" in it's name?

EnigmaCurry commented 1 month ago

definitely a bug, I noticed it too. config containers do start, but they exit pretty quickly too, so the wait script is probably not accounting for the "done and stopped" state properly and it waits forever