1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-19 04:49:37 +02:00

Add Google Maps integration documentation and update docker-compose for API key

This commit is contained in:
Sean Morley 2025-05-26 13:59:18 -04:00
parent f355ba48e2
commit b25bf4af27
3 changed files with 43 additions and 3 deletions

View file

@ -42,6 +42,7 @@ services:
- CSRF_TRUSTED_ORIGINS=http://localhost:8016,http://localhost:8015 # Comma separated list of trusted origins for CSRF
- DEBUG=False
- FRONTEND_URL=http://localhost:8015 # Used for email generation. This should be the url of the frontend
# - GOOGLE_MAPS_API_KEY=your_google_maps_api_key # OPTIONAL, read more at https://adventurelog.app/docs/configuration/google_maps_integration.html
ports:
- "8016:80"
depends_on: