added Include Error Detail=true to compose project for postgres connection

This commit is contained in:
Mia Rose Winter 2024-02-18 12:50:18 +01:00
parent 3b643a1421
commit ab4fe0a3cf
Signed by: miawinter
GPG key ID: 4B6F6A83178F595E

View file

@ -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