miekg / pgo

container gitops in a simple way
GNU General Public License v3.0
11 stars 1 forks source link

disable automate restart on docker-compose.yml change? #3

Closed miekg closed 1 year ago

miekg commented 1 year ago

Should we have a config file in the repo that allows a dev to control the env a bit? I.e. you might not want to restart the stack if you change the docker-compose.yml

  1. then don't change docker-compose.yml
  2. have a .pgo.toml with automatic = false or something?
miekg commented 1 year ago

maybe add something in .gitlab-ci.yml, or if we see environments there we disable this automatic thing? I.e. when = manual or some such?

miekg commented 1 year ago

done in aa6a776, it's a config option now, not something from within the repo