Add label to Docker service: Disable Watchtower updates for the app service in docker-compose.yml to prevent automatic container updates during runtime.
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 10s

This commit is contained in:
Julien Froidefond
2025-12-11 12:08:13 +01:00
parent 216f438b0a
commit 8c17ed44e3

View File

@@ -18,6 +18,8 @@ services:
- ${PRISMA_DATA_PATH:-/Volumes/EXTERNAL_USB/sites/got-gaming/data}:/app/data - ${PRISMA_DATA_PATH:-/Volumes/EXTERNAL_USB/sites/got-gaming/data}:/app/data
- ./prisma/migrations:/app/prisma/migrations - ./prisma/migrations:/app/prisma/migrations
restart: unless-stopped restart: unless-stopped
labels:
- "com.centurylinklabs.watchtower.enable=false"
healthcheck: healthcheck:
test: test:
[ [