Sanitized mirror from private repository - 2026-03-02 21:17:14 UTC
Some checks failed
Documentation / Build Docusaurus (push) Failing after 9s
Documentation / Deploy to GitHub Pages (push) Has been skipped

This commit is contained in:
Gitea Mirror Bot
2026-03-02 21:17:14 +00:00
commit a31121a394
1159 changed files with 300545 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
# Watchtower - Auto container updates
# Automatically updates Docker containers
version: "3"
services:
watchtower:
image: containrrr/watchtower
volumes:
- /var/run/docker.sock:/var/run/docker.sock
restart: always