repo restructure
All checks were successful
Build Docker Image / build (push) Successful in 1m3s

This commit is contained in:
Tudor Sitaru
2025-10-14 21:58:54 +01:00
parent e062b51b4b
commit d8637ac2ea
69 changed files with 781 additions and 4710 deletions

View File

@@ -13,17 +13,16 @@ services:
# Timezone for cron scheduling
- TZ=${TZ:-UTC}
volumes:
# Persistent storage for snapshots and logs
- ./snapshots:/app/snapshots
- ./logs:/app/logs
# Mount your config file
- ./config.json:/app/config.json:ro
# Persistent storage for data
- ./data/snapshots:/app/data/snapshots
- ./data/logs:/app/data/logs
- ./data/parentzone_images:/app/data/parentzone_images
# Mount configuration directory
- ./config:/app/config:ro
ports:
- "8080:8080"
restart: unless-stopped
volumes:
snapshots:
driver: local
logs:
data:
driver: local