mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2024-11-27 14:01:15 +00:00
Update docker-compose.yml
add DETECT_BASE_URL
This commit is contained in:
parent
007a36ce60
commit
ccbe99269c
|
@ -15,7 +15,8 @@ services:
|
|||
#- ./logo.png:/app/dist/mylogo.png:ro # pass custom logo into the container
|
||||
environment:
|
||||
- NODE_ENV=production # default is development
|
||||
- BASE_URL=https://send.example.com # The HTTPS URL where traffic will be served; protocol handler (http/https) is mandatory
|
||||
- DETECT_BASE_URL=true
|
||||
#- BASE_URL=https://send.example.com # optional; if used then protocol handler (http/https) is mandatory
|
||||
- PORT=1234
|
||||
- REDIS_HOST=redis
|
||||
# For local uploads storage
|
||||
|
|
Loading…
Reference in New Issue
Block a user