You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix/pyingest-pgsql-mount: Fix Postgres volume mount and healthcheck for postgres:18-alpine+ (#176)
* Fix volume mount from `/var/lib/postgresql/data` to `/var/lib/postgresql`
to avoid breakage due to PGDATA change in postgres:18-alpine+
* Use `$$POSTGRES_USER` env var in healthcheck instead of hardcoded username
* Pin default image tag to `postgres:18-alpine` floating tag
* Renames tlc-db to nyc-tlc-db - (updates service/container_name/volume)
* Updates running instructions on README
This addresses a breaking change introduced in [docker-library/postgres#1394](docker-library/postgres#1394).
0 commit comments