This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user