diff --git a/docker-compose.yml b/docker-compose.yml index 3229a58..e5b29f2 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -10,6 +10,7 @@ services: histoiredunpied-autopush: container_name: histoiredunpied-autopush image: registry.lamelio.fr/autopush + restart: always depends_on: - histoiredunpied environment: @@ -24,6 +25,7 @@ services: histoiredunpied-logs: container_name: histoiredunpied-logs image: registry.lamelio.fr/goaccess + restart: always depends_on: - histoiredunpied-autopush volumes: @@ -35,6 +37,7 @@ services: histoiredunpied: container_name: ${NAME} image: registry.lamelio.fr/histoiredunpied + restart: always environment: - TZ=${TIMEZONE} volumes: