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