Add 'docker-compose.yml'

This commit is contained in:
2022-10-23 02:06:48 +02:00
parent 29493e1258
commit e51f153d77

12
docker-compose.yml Normal file
View File

@@ -0,0 +1,12 @@
version: "3"
services:
watchtower:
container_name: watchtower
image: containrrr/watchtower
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /etc/timezone:/etc/timezone:ro
command: watchtower portainer
environment:
- WATCHTOWER_CLEANUP=true
- TZ=Europe/Berlin