Watchtower und Ausnahmen für Cloud und Web hinzugefügt

This commit is contained in:
borgal
2021-12-22 21:31:04 +00:00
parent 2d0cffdfc4
commit 3a35ab75a7
6 changed files with 99 additions and 2 deletions

View File

@@ -15,6 +15,9 @@ services:
- MYSQL_PASSWORD=${MYSQL_PASSWORD}
- MYSQL_DATABASE=${MYSQL_DATABASE}
- MYSQL_USER=${MYSQL_USER}
labels:
- "com.centurylinklabs.watchtower.enable=false"
cloud_redis:
image: redis:alpine
@@ -40,6 +43,9 @@ services:
- cloud:/data
ports:
- 8100:443
labels:
- "com.centurylinklabs.watchtower.enable=false"
restart: unless-stopped
volumes: