Beef up the Production check a little and do true comparison correctly.
This commit is contained in:
parent
2067875c6a
commit
18437003cf
4 changed files with 12 additions and 3 deletions
|
@ -12,6 +12,7 @@ services:
|
|||
environment:
|
||||
- DATABASE_URL=postgresql://postgres@postgres:5432
|
||||
- REDIS_URL=redis://redis
|
||||
- ENFORCE_PRODUCTION=False
|
||||
links:
|
||||
- "redis"
|
||||
- "postgres"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue