diff --git a/docker-compose-yml b/docker-compose-yml deleted file mode 100644 index 2c56939..0000000 --- a/docker-compose-yml +++ /dev/null @@ -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 diff --git a/docker-compose.yml b/docker-compose.yml index 2c56939..98a3b3c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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