chore: add label to docker-compose.yml to disable Watchtower for improved container management
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 7s

This commit is contained in:
Julien Froidefond
2025-12-11 12:07:33 +01:00
parent 3f4381c26e
commit 27d4612217

View File

@@ -15,3 +15,5 @@ services:
- NEXTAUTH_SECRET=${NEXTAUTH_SECRET}
- NEXTAUTH_URL=${NEXTAUTH_URL:-http://localhost:4000}
- DATABASE_URL=file:/app/prisma/dev.db
labels:
- "com.centurylinklabs.watchtower.enable=false"