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:
88
88
- ./stac_fastapi:/app/stac_fastapi
89
89
- ./scripts:/app/scripts
90
90
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"
92
92
depends_on :
93
93
- database
94
94
- app-sqlalchemy
@@ -103,6 +103,8 @@ services:
103
103
- ./scripts:/app/scripts
104
104
command :
105
105
- " ./scripts/wait-for-it.sh"
106
+ - " -t"
107
+ - " 60"
106
108
- " app-pgstac:8082"
107
109
- " --"
108
110
- " python"
You can’t perform that action at this time.
0 commit comments