init
This commit is contained in:
5
hosts/ps08rp/watchtower/.env
Normal file
5
hosts/ps08rp/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
|
10
hosts/ps08rp/watchtower/docker-compose.yml
Normal file
10
hosts/ps08rp/watchtower/docker-compose.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
services:
|
||||
watchtower:
|
||||
container_name: watchtower
|
||||
env_file:
|
||||
- .env
|
||||
image: containrrr/watchtower:latest
|
||||
privileged: true
|
||||
restart: always
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
Reference in New Issue
Block a user