Skip to content

Commit 7b668bb

Browse files
committed
update other apps
1 parent 7444868 commit 7b668bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ services:
6565
- ./scripts:/tmp/scripts
6666
command: >
6767
/bin/sh -c "
68-
/tmp/scripts/wait-for-it.sh -t 60 app:8082 &&
68+
scripts/wait-for-it.sh -t 60 app:8082 &&
6969
python -m pip install pip -U &&
7070
python -m pip install requests &&
7171
python /tmp/scripts/ingest_joplin.py http://app:8082
@@ -89,7 +89,7 @@ services:
8989
service: app
9090
command: >
9191
bash -c "
92-
/tmp/scripts/wait-for-it.sh database:5432 &&
92+
scripts/wait-for-it.sh database:5432 &&
9393
uvicorn stac_fastapi.pgstac.app:app --host 0.0.0.0 --port 8082 --proxy-headers --forwarded-allow-ips=* --root-path=/api/v1/pgstac
9494
"
9595

0 commit comments

Comments
 (0)