remove watchtower
This commit is contained in:
@@ -1,5 +0,0 @@
|
|||||||
TZ=US/Central
|
|
||||||
WATCHTOWER_HTTP_API_METRICS=true
|
|
||||||
WATCHTOWER_HTTP_API_TOKEN=token
|
|
||||||
WATCHTOWER_CLEANUP=true
|
|
||||||
WATCHTOWER_POLL_INTERVAL=3600
|
|
@@ -1,13 +0,0 @@
|
|||||||
services:
|
|
||||||
watchtower:
|
|
||||||
container_name: watchtower
|
|
||||||
dns:
|
|
||||||
- 172.19.0.3
|
|
||||||
- 1.1.1.1
|
|
||||||
env_file:
|
|
||||||
- .env
|
|
||||||
image: docker.io/containrrr/watchtower:latest
|
|
||||||
privileged: true
|
|
||||||
restart: always
|
|
||||||
volumes:
|
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
|
Reference in New Issue
Block a user