initial commit, here be dragons

This commit is contained in:
2021-04-04 18:45:11 +02:00
commit 58137668b7
39 changed files with 1237 additions and 0 deletions

View File

@ -0,0 +1,12 @@
---
version: '3'
# watchtower updates container images with mutable tags.
services:
watchtower:
image: 'containrrr/watchtower:1.1.6'
# Use label `com.centurylinklabs.watchtower.enable="false"` to disable on container!
command: '--cleanup --schedule "0 0 4 * * *"' # UTC
restart: unless-stopped
volumes:
- '/var/run/docker.sock:/var/run/docker.sock'