Skip to content

Commit def5c74

Browse files
committedMay 4, 2023
make wait pgcli wait for docker compse up
1 parent 77fac8d commit def5c74

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
 

‎.gitpod.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@ tasks:
66
command: |
77
gp open README.md
88
export PUBLIC_IP=127.0.0.1
9-
docker-compose up
9+
docker-compose up && gp sync-done run-PostgreSQL
1010
- name: Install PGCLI
1111
init: |
12-
pip install -U pgcli
12+
pip install -U pgcli
13+
gp sync-wait run-PostgreSQL
1314
command:
1415
pgcli 'postgres://demo:abc123!@localhost:5432/demodb'
1516

0 commit comments

Comments
 (0)
Failed to load comments.