Skip to content

Commit a2fbac3

Browse files
committed
Wait longer for DB container
1 parent 1fd211a commit a2fbac3

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

docker-compose-prod.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,7 @@ services:
4242
POSTGRES_PASSWORD: ${DB_PASSWORD}
4343
healthcheck:
4444
test: ["CMD-SHELL", "pg_isready -U ${POSTGRES_USER}"]
45-
interval: 1s
46-
timeout: 5s
47-
retries: 10
45+
interval: 5s
4846
volumes:
4947
- db-data:/var/lib/postgresql/data
5048
solr:

docker-compose.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,7 @@ services:
3535
POSTGRES_PASSWORD: ${DB_PASSWORD}
3636
healthcheck:
3737
test: ["CMD-SHELL", "pg_isready -U ${POSTGRES_USER}"]
38-
interval: 1s
39-
timeout: 5s
40-
retries: 10
38+
interval: 5s
4139
volumes:
4240
- db-data:/var/lib/postgresql/data
4341
solr:

0 commit comments

Comments
 (0)