This commit is contained in:
Oxy8
2026-03-13 19:23:30 -03:00
parent 5badcd8d6f
commit 6b9115e43b

View File

@@ -72,14 +72,7 @@ services:
- "8443:8443"
volumes:
- ./data:/opt/shared-files:Z
# Persist AnzoGraph state across container recreation (EULA acceptance, machine-id, settings, persistence).
- anzograph_app_home:/opt/anzograph/app-home
- anzograph_persistence:/opt/anzograph/persistence
- anzograph_config:/opt/anzograph/config
- anzograph_internal:/opt/anzograph/internal
volumes:
anzograph_app_home:
anzograph_persistence:
anzograph_config:
anzograph_internal:
- ./data/app_home:/opt/anzograph/app-home:Z
- ./data/persistence:/opt/anzograph/persistence:Z
- ./data/config:/opt/anzograph/config:Z
- ./data/internal:/opt/anzograph/internal:Z