1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-08-08 06:35:19 +02:00

Change frontend_url example

This commit is contained in:
Keunes 2025-05-21 10:48:43 +02:00 committed by GitHub
parent 5f19670ed9
commit 31b21d7187
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -41,7 +41,7 @@ services:
- PUBLIC_URL=http://localhost:8016 # Match the outward port, used for the creation of image urls - PUBLIC_URL=http://localhost:8016 # Match the outward port, used for the creation of image urls
- CSRF_TRUSTED_ORIGINS=http://localhost:8016,http://localhost:8015 # Comma separated list of trusted origins for CSRF - CSRF_TRUSTED_ORIGINS=http://localhost:8016,http://localhost:8015 # Comma separated list of trusted origins for CSRF
- DEBUG=False - DEBUG=False
- FRONTEND_URL=http://localhost:8015 # Used for email generation. This should be the url of the frontend - FRONTEND_URL=http://adventurelog.yourdomain.com # Used for email generation. This should be the url of the frontend
ports: ports:
- "8016:80" - "8016:80"
depends_on: depends_on: