Loading hits/docker-compose.hits.yml +1 −1 Original line number Diff line number Diff line Loading @@ -35,7 +35,7 @@ services: - 'POSTGRES_USER=postgres' - 'POSTGRES_PASSWORD=postgres' healthcheck: test: ['CMD', 'pg_isready'] test: ['CMD', 'pg_isready', '-U', 'postres'] interval: 10s timeout: 10s retries: 5 Loading test_config.yml +2 −0 Original line number Diff line number Diff line Loading @@ -241,6 +241,8 @@ services: test: - CMD - pg_isready - -U - postgres timeout: 10s image: postgres networks: Loading Loading
hits/docker-compose.hits.yml +1 −1 Original line number Diff line number Diff line Loading @@ -35,7 +35,7 @@ services: - 'POSTGRES_USER=postgres' - 'POSTGRES_PASSWORD=postgres' healthcheck: test: ['CMD', 'pg_isready'] test: ['CMD', 'pg_isready', '-U', 'postres'] interval: 10s timeout: 10s retries: 5 Loading
test_config.yml +2 −0 Original line number Diff line number Diff line Loading @@ -241,6 +241,8 @@ services: test: - CMD - pg_isready - -U - postgres timeout: 10s image: postgres networks: Loading