feat: backup and restore

This commit is contained in:
2026-07-20 22:45:43 +01:00
parent c12a507fc1
commit 1aa340f7ce
37 changed files with 524 additions and 207 deletions
+5 -1
View File
@@ -20,7 +20,7 @@ services:
- "443:443"
- "27017:27017"
volumes:
- "${DATA_DIR}/letsencrypt:/letsencrypt"
- "letsencrypt_data:/letsencrypt"
- "/var/run/docker.sock:/var/run/docker.sock:ro"
networks:
- proxy
@@ -41,3 +41,7 @@ services:
networks:
proxy:
name: proxy
volumes:
letsencrypt_data:
name: letsencrypt_data