Skip to content

Commit e2e10ec

Browse files
Merge pull request #82 from DataKitchen/fix-tg-wait-db
fix(tg-install): Wait the DB to be ready
2 parents 1c6ab1f + be08d72 commit e2e10ec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dk-installer.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1859,7 +1859,8 @@ def get_compose_file_contents(self, action, args):
18591859
extra_hosts:
18601860
- host.docker.internal:host-gateway
18611861
depends_on:
1862-
- postgres
1862+
postgres:
1863+
condition: service_healthy
18631864
networks:
18641865
- datakitchen
18651866

0 commit comments

Comments
 (0)