added Include Error Detail=true to compose project for postgres connection
This commit is contained in:
parent
3b643a1421
commit
ab4fe0a3cf
|
@ -14,7 +14,7 @@ services:
|
||||||
- database:db
|
- database:db
|
||||||
environment:
|
environment:
|
||||||
- "TZ=Europe/Berlin"
|
- "TZ=Europe/Berlin"
|
||||||
- "WAVE_ConnectionStrings__DefaultConnection=Host=db; Username=wave; Password=development"
|
- "WAVE_ConnectionStrings__DefaultConnection=Host=db; Username=wave; Password=development; Include Error Detail=true"
|
||||||
- "WAVE_ConnectionStrings__Redis=redis,password=development"
|
- "WAVE_ConnectionStrings__Redis=redis,password=development"
|
||||||
volumes:
|
volumes:
|
||||||
- wave-files:/app/files
|
- wave-files:/app/files
|
||||||
|
|
Loading…
Reference in a new issue