Add debug option to make volunteer debugging easier.
This commit is contained in:
parent
310c6c4424
commit
ae58ca89eb
1 changed files with 3 additions and 0 deletions
|
@ -12,6 +12,9 @@ services:
|
|||
- DATABASE_URL=postgresql://postgres@postgres:5432
|
||||
- REDIS_URL=redis://redis
|
||||
- ENFORCE_PRODUCTION=False
|
||||
|
||||
# Debug option to relax many of the volunteer limits.
|
||||
#- DBG_VOLUNTEER_PERMISSIVE=True
|
||||
links:
|
||||
- "redis"
|
||||
- "postgres"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue