@@ -29,7 +29,7 @@ services:
2929 - ./ssl:/usr/src/app/ssl
3030
3131 stac-fastapi :
32- image : ghcr.io/stac-utils/stac-fastapi-pgstac:4 .0.3
32+ image : ghcr.io/stac-utils/stac-fastapi-pgstac:5 .0.2
3333 ports :
3434 - 8881
3535 environment :
@@ -57,7 +57,7 @@ services:
5757 - ./Missions:/Missions
5858
5959 tipg :
60- image : ghcr.io/developmentseed/tipg:0.7.2
60+ image : ghcr.io/developmentseed/tipg:1.1.0
6161 ports :
6262 - 8882
6363 environment :
@@ -81,7 +81,7 @@ services:
8181 - POSTGRES_PORT=5432
8282 - DB_MIN_CONN_SIZE=1
8383 - DB_MAX_CONN_SIZE=10
84- command : bash -c "/start.sh "
84+ command : bash -c "uvicorn tipg.main:app --host 0.0.0.0 --port 8882 "
8585 depends_on :
8686 mmgis :
8787 condition : service_healthy
@@ -96,7 +96,7 @@ services:
9696 # TODO: remove once https://github.com/rasterio/rasterio-wheels/issues/69 is resolved
9797 # See https://github.com/developmentseed/titiler/discussions/387
9898 platform : linux/amd64
99- image : ghcr.io/developmentseed/titiler-uvicorn :0.18.6
99+ image : ghcr.io/developmentseed/titiler:0.22.2
100100 ports :
101101 - 8883
102102 environment :
@@ -140,7 +140,7 @@ services:
140140 # At the time of writing, rasterio and psycopg wheels are not available for arm64 arch
141141 # so we force the image to be built with linux/amd64
142142 platform : linux/amd64
143- image : ghcr.io/stac-utils/titiler-pgstac:1.4 .0
143+ image : ghcr.io/stac-utils/titiler-pgstac:1.8 .0
144144 ports :
145145 - 8884
146146 environment :
@@ -191,7 +191,7 @@ services:
191191 db :
192192 condition : service_healthy
193193 restart : true
194- command : bash -c "/start.sh "
194+ command : bash -c "uvicorn titiler.pgstac.main:app --host 0.0.0.0 --port 8884 "
195195 volumes :
196196 - ./Missions:/Missions
197197
0 commit comments