We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 007a36c commit ccbe992Copy full SHA for ccbe992
examples/send/docker-compose.yml
@@ -15,7 +15,8 @@ services:
15
#- ./logo.png:/app/dist/mylogo.png:ro # pass custom logo into the container
16
environment:
17
- NODE_ENV=production # default is development
18
- - BASE_URL=https://send.example.com # The HTTPS URL where traffic will be served; protocol handler (http/https) is mandatory
+ - DETECT_BASE_URL=true
19
+ #- BASE_URL=https://send.example.com # optional; if used then protocol handler (http/https) is mandatory
20
- PORT=1234
21
- REDIS_HOST=redis
22
# For local uploads storage
0 commit comments