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
@@ -15,7 +15,7 @@ services:
- "80:80"
- "443:443"
volumes:
- "${DATA_DIR}/letsencrypt:/letsencrypt"
- "letsencrypt_data:/letsencrypt"
- "/var/run/docker.sock:/var/run/docker.sock:ro"
networks:
- proxy
@@ -36,3 +36,7 @@ services:
networks:
proxy:
name: proxy
volumes:
letsencrypt_data:
name: letsencrypt_data