Offlineimap
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-02-20 19:45:32 +01:00
parent ecfbb2ac6e
commit 1e9276aebf
2 changed files with 46 additions and 45 deletions

View File

@ -11,7 +11,7 @@ services:
condition: service_healthy
environment:
- "KC_DB=postgres"
- "KC_DB_URL_HOST=postgres"
- "KC_DB_URL_HOST=pg"
- "KC_DB_URL_DATABASE={{ auth.db.name }}"
- "KC_DB_USERNAME={{ auth.db.user }}"
- "KC_DB_PASSWORD={{ auth.db.password }}"