Removed unused config file.

This commit is contained in:
2024-10-18 23:06:55 +01:00
parent 9d682d43a9
commit 910dbd553c
2 changed files with 0 additions and 17 deletions

View File

@@ -1,16 +0,0 @@
version: "3"
services:
watchtower:
image: containrrr/watchtower
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /root/.docker/config.json:/config.json
command: --interval 30
environment:
- WATCHTOWER_NOTIFICATION_SLACK_CHANNEL=#alerts
- WATCHTOWER_NOTIFICATION_SLACK_HOOK_URL=https://hooks.slack.com/services/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
- WATCHTOWER_NOTIFICATION_SLACK_IDENTIFIER=watchtower-zway
- WATCHTOWER_NOTIFICATIONS=slack
- WATCHTOWER_POLL_INTERVAL=60
- WATCHTOWER_RUN_ONCE=false
- WATCHTOWER_WARN_ON_HEAD_FAILURE=never

View File

@@ -4,7 +4,6 @@ services:
image: containrrr/watchtower image: containrrr/watchtower
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock
- /root/.docker/config.json:/config.json
command: --interval 30 command: --interval 30
environment: environment:
- WATCHTOWER_NOTIFICATION_SLACK_CHANNEL=#alerts - WATCHTOWER_NOTIFICATION_SLACK_CHANNEL=#alerts