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:
parent
5f19670ed9
commit
31b21d7187
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue