File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ services:
8888 - ./stac_fastapi:/app/stac_fastapi
8989 - ./scripts:/app/scripts
9090 command : >
91- bash -c "./scripts/wait-for-it.sh app-sqlalchemy:8081 && cd stac_fastapi/sqlalchemy && alembic upgrade head && python /app/scripts/ingest_joplin.py http://app-sqlalchemy:8081"
91+ bash -c "./scripts/wait-for-it.sh app-sqlalchemy:8081 -t 60 && cd stac_fastapi/sqlalchemy && alembic upgrade head && python /app/scripts/ingest_joplin.py http://app-sqlalchemy:8081"
9292 depends_on :
9393 - database
9494 - app-sqlalchemy
@@ -103,6 +103,8 @@ services:
103103 - ./scripts:/app/scripts
104104 command :
105105 - " ./scripts/wait-for-it.sh"
106+ - " -t"
107+ - " 60"
106108 - " app-pgstac:8082"
107109 - " --"
108110 - " python"
You can’t perform that action at this time.
0 commit comments