Commit e2dccd5
fix/dbt-postgres: Fix postgres volume mount and healthcheck
Fix for postgres:18-alpine and later versions, since the default data
directory changed from /var/lib/postgresql/data to /var/lib/postgresql.
See: docker-library/postgres#1394
Also use $$POSTGRES_USER env var in healthcheck instead of hardcoded username.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent adfbd87 commit e2dccd5
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
0 commit comments