Skip to content

Commit be08d72

Browse files
committed
fix(tg-install): Wait the DB to be ready
1 parent 1c6ab1f commit be08d72

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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)