init
This commit is contained in:
5
hosts/ps10rp/watchtower/.env
Normal file
5
hosts/ps10rp/watchtower/.env
Normal file
@@ -0,0 +1,5 @@
|
||||
TZ=US/Central
|
||||
WATCHTOWER_HTTP_API_METRICS=true
|
||||
WATCHTOWER_HTTP_API_TOKEN=token
|
||||
WATCHTOWER_CLEANUP=true
|
||||
WATCHTOWER_POLL_INTERVAL=3600
|
9
hosts/ps10rp/watchtower/docker-compose.yml
Normal file
9
hosts/ps10rp/watchtower/docker-compose.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
services:
|
||||
watchtower:
|
||||
container_name: watchtower
|
||||
env_file:
|
||||
- .env
|
||||
image: docker.io/containrrr/watchtower:latest
|
||||
privileged: true
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
Reference in New Issue
Block a user