Removed unused config file.
This commit is contained in:
@@ -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
|
||||
@@ -4,7 +4,6 @@ services:
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user