Watchtower inital commit

This commit is contained in:
2021-05-26 09:32:00 +03:00
commit 03b3d4681b
2 changed files with 15 additions and 0 deletions

13
docker-compose.yml Normal file
View File

@@ -0,0 +1,13 @@
version: "3"
services:
watchtower:
container_name: watchtower
image: containrrr/watchtower
volumes:
- /var/run/docker.sock:/var/run/docker.sock
restart: unless-stopped
command: --interval 7200
networks:
default:
external: true
name: gerbil_network