Add debug option to make volunteer debugging easier.

This commit is contained in:
Ben Rog-Wilhelm 2023-08-26 04:25:03 -05:00
parent 310c6c4424
commit ae58ca89eb

View file

@ -12,6 +12,9 @@ services:
- DATABASE_URL=postgresql://postgres@postgres:5432 - DATABASE_URL=postgresql://postgres@postgres:5432
- REDIS_URL=redis://redis - REDIS_URL=redis://redis
- ENFORCE_PRODUCTION=False - ENFORCE_PRODUCTION=False
# Debug option to relax many of the volunteer limits.
#- DBG_VOLUNTEER_PERMISSIVE=True
links: links:
- "redis" - "redis"
- "postgres" - "postgres"