Initial server configuration
This commit is contained in:
12
watchtower/compose.yml
Normal file
12
watchtower/compose.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
# /services/watchtower/compose.yml
|
||||
|
||||
services:
|
||||
watchtower:
|
||||
image: containrrr/watchtower:arm64v8-latest
|
||||
container_name: watchtower
|
||||
restart: always
|
||||
command:
|
||||
--cleanup
|
||||
--schedule "0 3 * * *"
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
Reference in New Issue
Block a user