We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7444868 commit 7b668bbCopy full SHA for 7b668bb
docker-compose.yml
@@ -65,7 +65,7 @@ services:
65
- ./scripts:/tmp/scripts
66
command: >
67
/bin/sh -c "
68
- /tmp/scripts/wait-for-it.sh -t 60 app:8082 &&
+ scripts/wait-for-it.sh -t 60 app:8082 &&
69
python -m pip install pip -U &&
70
python -m pip install requests &&
71
python /tmp/scripts/ingest_joplin.py http://app:8082
@@ -89,7 +89,7 @@ services:
89
service: app
90
91
bash -c "
92
- /tmp/scripts/wait-for-it.sh database:5432 &&
+ scripts/wait-for-it.sh database:5432 &&
93
uvicorn stac_fastapi.pgstac.app:app --host 0.0.0.0 --port 8082 --proxy-headers --forwarded-allow-ips=* --root-path=/api/v1/pgstac
94
"
95
0 commit comments