Allow frontend env to override docker-compose.yml
This commit is contained in:
parent
bc071ee36e
commit
31f55397d0
@ -11,7 +11,7 @@ services:
|
||||
- .env
|
||||
environment:
|
||||
- PRODUCTION=0
|
||||
- FRONTEND_URL=https://backstory-beta.ketrenos.com
|
||||
- FRONTEND_URL=${FRONTEND_URL:-https://backstory-beta.ketrenos.com}
|
||||
- REDIS_URL=redis://redis:6379
|
||||
- REDIS_DB=0
|
||||
- SSL_ENABLED=true
|
||||
@ -60,7 +60,7 @@ services:
|
||||
- .env
|
||||
environment:
|
||||
- PRODUCTION=1
|
||||
- FRONTEND_URL=https://backstory.ketrenos.com
|
||||
- FRONTEND_URL=${FRONTEND_URL:-https://backstory.ketrenos.com}
|
||||
- REDIS_URL=redis://redis:6379
|
||||
- REDIS_DB=1
|
||||
- SSL_ENABLED=false
|
||||
|
Loading…
x
Reference in New Issue
Block a user