init
This commit is contained in:
22
Watchtower/docker-compose.yml
Normal file
22
Watchtower/docker-compose.yml
Normal file
@@ -0,0 +1,22 @@
|
||||
services:
|
||||
watchtower:
|
||||
container_name: watchtower
|
||||
env_file:
|
||||
- .env
|
||||
image: containrrr/watchtower:latest
|
||||
logging:
|
||||
driver: json-file
|
||||
options:
|
||||
max-size: 50m
|
||||
max-file: "3"
|
||||
networks:
|
||||
traefik: null
|
||||
privileged: true
|
||||
restart: always
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
|
||||
networks:
|
||||
traefik:
|
||||
name: traefik
|
||||
external: true
|
Reference in New Issue
Block a user