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

main
rebuilt 1 month ago
parent b6675c2516
commit 934c9e7388

@ -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

Loading…
Cancel
Save