pygmystack / pygmy

the pygmy stack is a container stack for local development
MIT License
25 stars 12 forks source link

Add config override to disable automatic container starts with docker #512

Open tobybellwood opened 7 months ago

tobybellwood commented 7 months ago

Currently pygmy sets all it's containers to the unless-stopped restart policy. This means that whenever docker starts/restarts, so does pygmy.

For occasional/intermittent users of pygmy, this may be undesirable (as with specific port allocation). We should allow a configuration option to set the restart policy to no, to prevent it auto-starting when not needed.