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