From 76f2bbe397f282b1714ef300003dc74c8b1cd6e8 Mon Sep 17 00:00:00 2001 From: NightPumpkin Date: Mon, 23 Aug 2021 12:00:01 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'docker-compose/das?= =?UTF-8?q?hy/docker-compose.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose/dashy/docker-compose.yml | 52 ++++++++++++------------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/docker-compose/dashy/docker-compose.yml b/docker-compose/dashy/docker-compose.yml index 7d0889f..7c7c613 100644 --- a/docker-compose/dashy/docker-compose.yml +++ b/docker-compose/dashy/docker-compose.yml @@ -1,27 +1,27 @@ -## Discord Plex FR : https://discord.gg/ERpYMqS -## Version 2021-08-22 - -version: "3.8" -services: - dashy: - container_name: Dashy - image: lissy93/dashy -# Decommenter les 2 lignes suivantes pour que watchtower surveille ce conteneur -# labels: -# - com.centurylinklabs.watchtower.enable=true - volumes: - - /volume1/docker/dashy/conf.yml:/app/public/conf.yml - - /volume1/docker/dashy/item-icons:/app/public/item-icons - ports: - - 4000:80 - environment: - - NODE_ENV=production - - UID=1000 - - GID=1000 - restart: unless-stopped - healthcheck: - test: ['CMD', 'node', '/app/services/healthcheck'] - interval: 1m30s - timeout: 10s - retries: 3 +## Discord Plex FR : https://discord.gg/3gtABCH +## Version 2021-08-23 + +version: "3.8" +services: + dashy: + container_name: Dashy + image: lissy93/dashy +# Decommenter les 2 lignes suivantes pour que watchtower surveille ce conteneur +# labels: +# - com.centurylinklabs.watchtower.enable=true + volumes: + - /volume1/docker/dashy/conf.yml:/app/public/conf.yml + - /volume1/docker/dashy/item-icons:/app/public/item-icons + ports: + - 4000:80 + environment: + - NODE_ENV=production + - UID=1000 + - GID=1000 + restart: unless-stopped + healthcheck: + test: ['CMD', 'node', '/app/services/healthcheck'] + interval: 1m30s + timeout: 10s + retries: 3 start_period: 40s \ No newline at end of file