Skip to content

Commit 265152c

Browse files
Revert "Add psql healthchecks"
This reverts commit 00ddf2f.
1 parent 0dbe0a0 commit 265152c

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

docker-compose.yml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,6 @@ services:
2828
POSTGRES_DB: postgres
2929
ports:
3030
- "5432:5432"
31-
healthcheck:
32-
test: [ "CMD", "pg_isready", "-d", "postgres", "-U", "arch" ]
33-
interval: 5s
34-
timeout: 5s
35-
retries: 3
3631

3732
postgresdb:
3833
image: postgres:${POSTGRES_VERSION:-latest}
@@ -43,11 +38,6 @@ services:
4338
networks:
4439
inner:
4540
ipv4_address: 10.5.0.5
46-
healthcheck:
47-
test: [ "CMD", "pg_isready", "-d", "postgres", "-U", "arch" ]
48-
interval: 5s
49-
timeout: 5s
50-
retries: 3
5141

5242
postgres_ssl:
5343
image: postgres:${POSTGRES_VERSION:-latest}
@@ -66,11 +56,6 @@ services:
6656
- ./ssl/pg_hba.conf:/var/lib/postgresql/pg_hba.conf # Configuration file to allow connection over SSL.
6757
ports:
6858
- "5433:5432"
69-
healthcheck:
70-
test: [ "CMD", "pg_isready", "-d", "postgres", "-U", "arch" ]
71-
interval: 5s
72-
timeout: 5s
73-
retries: 3
7459

7560
postgres_log_based:
7661
image: meltano/log_based # Locally built
@@ -83,11 +68,6 @@ services:
8368
- ./log_based:/docker-entrypoint-initdb.d
8469
ports:
8570
- "5434:5432"
86-
healthcheck:
87-
test: [ "CMD", "pg_isready", "-d", "postgres", "-U", "arch" ]
88-
interval: 5s
89-
timeout: 5s
90-
retries: 3
9171

9272

9373
networks:

0 commit comments

Comments
 (0)