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