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
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 7s
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user