datalab-org / datalab

datalab is a place to store experimental data and the connections between them.
https://docs.datalab-org.io
MIT License
42 stars 17 forks source link

Change docker compose restart policy to "unless-stopped" #810

Closed ml-evs closed 1 month ago

ml-evs commented 1 month ago

This PR updates the restart policy for the services in the compose file to unless-stopped, which prevents them from clashing and attempting to restart after a reboot (or docker daemon restart).