Beef up the Production check a little and do true comparison correctly.

This commit is contained in:
Ben Rog-Wilhelm 2022-11-21 09:38:00 -06:00 committed by Ben Rog-Wilhelm
parent 2067875c6a
commit 18437003cf
4 changed files with 12 additions and 3 deletions

View file

@ -12,6 +12,7 @@ services:
environment:
- DATABASE_URL=postgresql://postgres@postgres:5432
- REDIS_URL=redis://redis
- ENFORCE_PRODUCTION=False
links:
- "redis"
- "postgres"