Compare commits

..

10 Commits

Author SHA1 Message Date
a135c5ec41 Removed unsed file. 2025-06-07 22:45:23 +01:00
3024728bde Specificly setting debigging to false rather than hashing out. 2025-06-04 10:34:59 +01:00
f8d0d6ffce Corrected port definition. 2025-06-02 18:45:55 +01:00
56c20d1268 Changed API port to 8081. 2025-06-02 18:16:38 +01:00
d872ed3600 Remove debug flag. 2025-05-30 20:16:28 +01:00
147c804811 Allow periodic polls while API enabled. 2025-05-30 17:47:44 +01:00
082de1518d Added access token. 2025-05-30 11:43:54 +01:00
53d0f53a3f Removed token 2025-05-30 11:37:40 +01:00
cc0b1180d5 Enabled debugging 2025-05-30 09:35:17 +01:00
8bbeefe8c6 Added port mapping 2025-05-30 09:08:59 +01:00
2 changed files with 4 additions and 8 deletions

View File

@@ -1,7 +0,0 @@
{
"auths": {
"https://index.docker.io/v2/": {
"auth": "dGhvbWFzcmpvbmVzODc0OmRja3JfcGF0X1pJQmdlOVZEWlcwNXk0V0Q5VHdIVmxmam9fbw=="
}
}
}

View File

@@ -5,9 +5,10 @@ services:
image: containrrr/watchtower:latest
volumes:
- /var/run/docker.sock:/var/run/docker.sock
# - /config.json:/config.json
command: --interval 86400
restart: unless-stopped
ports:
- 8081:8080
environment:
- WATCHTOWER_NOTIFICATION_SLACK_CHANNEL=#alerts
- WATCHTOWER_NOTIFICATION_SLACK_HOOK_URL=https://hooks.slack.com/services/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
@@ -18,3 +19,5 @@ services:
- WATCHTOWER_WARN_ON_HEAD_FAILURE=never
- WATCHTOWER_HTTP_API_METRICS=true
- WATCHTOWER_HTTP_API_TOKEN=9e0d3513b85fc73f33343c849a8b943fff26eba6f8e79c38f5705789ec489cf7
- WATCHTOWER_DEBUG=false
- WATCHTOWER_HTTP_API_PERIODIC_POLLS=true