Add missing update label

This commit is contained in:
Tobias Manske 2022-09-23 16:44:20 +02:00
parent bff92ab906
commit 83bbe20224
Signed by: tobias
GPG Key ID: E83C743C1FC2F79A
3 changed files with 6 additions and 0 deletions

View File

@ -9,6 +9,8 @@ services:
- "443:443"
- "80:80"
privileged: true
labels:
- "com.centurylinklabs.watchtower.scope=update"
volumes:
- "/var/run/docker.sock:/var/run/docker.sock:z"
- "./traefik.yaml:/etc/traefik/traefik.yaml:Z,ro"

View File

@ -30,6 +30,8 @@ services:
environment:
- POSTGRES_USER={{ miniflux.db.user }}
- POSTGRES_PASSWORD={{ miniflux.db.password }}
labels:
- "com.centurylinklabs.watchtower.scope=update"
volumes:
- database:/var/lib/postgresql/data
healthcheck:

View File

@ -36,6 +36,8 @@ services:
- SETGID
- SETUID
- DAC_OVERRIDE
labels:
- "com.centurylinklabs.watchtower.scope=update"
# morty:
# container_name: morty