Update config and volume paths for persistence

Consolidate user images, activity files, and server images into the 'config' directory for persistence in docker-compose examples and documentation. Update related documentation to reflect the new directory structure and backup recommendations.
This commit is contained in:
João Vitória Silva
2025-06-25 14:40:17 +01:00
parent a20621f866
commit d0e4b2e95d
4 changed files with 4 additions and 8 deletions

View File

@@ -6,8 +6,8 @@ services:
- .env
volumes:
# - <local_path>/endurain/backend/app:/app/backend # Configure volume if you want to edit the code locally by cloning the repo
- <local_path>/endurain/backend/config:/app/backend/config # necessary for activity files, user images and server images persistence on container image updates
- <local_path>/endurain/backend/logs:/app/backend/logs # log files for the backend
- <local_path>/endurain/backend/config:/app/backend/config # necessary for image and activity files persistence on docker image update
ports:
- "8080:8080"
depends_on: