add labal for WatchTower
All checks were successful
Deployment Verification / deploy-and-test (push) Successful in 26s

This commit is contained in:
Hubert Cornet 2025-02-01 14:41:38 +01:00
parent c45653a096
commit 1531cd313e

View File

@ -30,6 +30,8 @@ services:
- "MYSQL_USER=${MYSQL_USER}"
- "MYSQL_PASSWORD=${MYSQL_PASSWORD}"
restart: always
labels:
- "com.centurylinklabs.watchtower.enable=true"
librenms-redis:
container_name: librenms-redis
@ -40,6 +42,8 @@ services:
environment:
- "TZ=${TZ}"
restart: always
labels:
- "com.centurylinklabs.watchtower.enable=true"
librenms-msmtpd:
container_name: librenms-msmtpd
@ -51,6 +55,8 @@ services:
# env_file:
# - "./msmtpd.env"
restart: always
labels:
- "com.centurylinklabs.watchtower.enable=true"
librenms-app:
container_name: librenms-app
@ -63,6 +69,7 @@ services:
volumes:
- "./librenms:/data"
labels:
- "com.centurylinklabs.watchtower.enable=true"
- "traefik.enable=true"
- "traefik.docker.network=traefik_front_network"
# HTTP
@ -116,6 +123,8 @@ services:
- "DISPATCHER_NODE_ID=dispatcher1"
- "SIDECAR_DISPATCHER=1"
restart: always
labels:
- "com.centurylinklabs.watchtower.enable=true"
librenms-syslogng:
container_name: librenms-syslog
@ -144,6 +153,8 @@ services:
- "DB_TIMEOUT=60"
- "SIDECAR_SYSLOGNG=1"
restart: always
labels:
- "com.centurylinklabs.watchtower.enable=true"
librenms-snmptrapd:
container_name: librenms-snmptrapd
@ -175,3 +186,5 @@ services:
- "DB_TIMEOUT=60"
- "SIDECAR_SNMPTRAPD=1"
restart: always
labels:
- "com.centurylinklabs.watchtower.enable=true"