chore: add Watchtower label to prevent automatic updates in docker-compose.yml
Some checks failed
Deploy with Docker Compose / deploy (push) Failing after 1m40s
Some checks failed
Deploy with Docker Compose / deploy (push) Failing after 1m40s
This commit is contained in:
@@ -21,6 +21,8 @@ services:
|
||||
peakskills-postgres:
|
||||
condition: service_healthy
|
||||
restart: unless-stopped
|
||||
labels:
|
||||
- "com.centurylinklabs.watchtower.enable=false"
|
||||
|
||||
peakskills-postgres:
|
||||
image: postgres:15
|
||||
|
||||
Reference in New Issue
Block a user