Updated guide with new env variable

This commit is contained in:
João Vitória Silva
2025-04-23 22:18:03 +01:00
parent e03a292699
commit 6134d0903e

View File

@@ -39,6 +39,7 @@ services:
- GEOCODES_MAPS_API=changeme
- ENDURAIN_HOST=http://localhost:8080 # change if needed
- BEHIND_PROXY=false
- ENVIRONMENT=development
volumes:
- <path_to_project_root_folder>/backend/app:/app/backend # this will replace the backend code logic with yours. Any changes in the code need a container reboot for them to apply
ports: