Commit 81323bb
fix/prefect-pgsql-mount: Fix Postgres volume mount and healthcheck
Fix volume mount point from /var/lib/postgresql/data to /var/lib/postgresql
and use $$POSTGRES_USER env var in pg_isready healthcheck for both
ingest-db and prefect-metastore services.
This addresses a breaking change in postgres:18-alpine and later versions
introduced by docker-library/postgres#1394.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent adfbd87 commit 81323bb
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
0 commit comments