Initial commit of homeserver containers.

This commit is contained in:
2023-02-20 09:26:50 +01:00
commit f04f05730d
8 changed files with 369 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
version: "3.9"
services:
watchtower:
image: containrrr/watchtower
restart: unless-stopped
volumes:
- /etc/localtime:/etc/localtime:ro
- /var/run/docker.sock:/var/run/docker.sock
environment:
WATCHTOWER_INCLUDE_STOPPED: true
WATCHTOWER_MONITOR_ONLY: true
WATCHTOWER_SCHEDULE: "0 0 4 * * *"