Initial server configuration

This commit is contained in:
2025-06-26 20:20:13 +02:00
commit 981c785684
15 changed files with 283 additions and 0 deletions

12
watchtower/compose.yml Normal file
View File

@@ -0,0 +1,12 @@
# /services/watchtower/compose.yml
services:
watchtower:
image: containrrr/watchtower:arm64v8-latest
container_name: watchtower
restart: always
command:
--cleanup
--schedule "0 3 * * *"
volumes:
- /var/run/docker.sock:/var/run/docker.sock