intercity / intercity-next

Web control panel to deploy apps on your servers (with Dokku)
https://intercity.io/
MIT License
116 stars 23 forks source link

Do not immediately restart when removing an env var #256

Closed michiels closed 5 years ago

michiels commented 5 years ago

This PR adds the -no-restart option to the Dokku command to remove an env var from an app. This to ensure that when removing multiple ENV vars shortly after each other, we don't get the race condition and dangling container problem as described in #254 and #247