ECP-208 Update postgres data path because github workflows are failing

This commit is contained in:
rebuilt 2025-10-30 13:58:38 -07:00
parent b6675c2516
commit 934c9e7388

View file

@ -19,7 +19,7 @@ jobs:
# needed because the postgres container does not provide a healthcheck # needed because the postgres container does not provide a healthcheck
# tmpfs makes DB faster by using RAM # tmpfs makes DB faster by using RAM
options: >- options: >-
--mount type=tmpfs,destination=/var/lib/postgresql/data --mount type=tmpfs,destination=/var/lib/postgresql
--health-cmd pg_isready --health-cmd pg_isready
--health-interval 10s --health-interval 10s
--health-timeout 5s --health-timeout 5s