Islandora-Devops / isle-site-template

Template for building and customising your institution's Islandora installation.
MIT License
6 stars 5 forks source link

add restart unless-stopped to docker compose #29

Closed joshdentremont closed 6 months ago

joshdentremont commented 6 months ago

changed from restart: "no" to restart: unless-stopped so containers will restart if server or docker is restarted

This is the behaviour we had in isle-dc and likely what everyone would want to use in production environments. Without this, sites will not spin back up if the server hosting them restarts or if Docker restarts

alxp commented 6 months ago

Works as advertized.