File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ services:
1313 - database
1414
1515 stac-fastapi :
16- image : ghcr.io/stac-utils/stac-fastapi-pgstac:4 .0.1
16+ image : ghcr.io/stac-utils/stac-fastapi-pgstac:5 .0.2
1717 ports :
1818 - " ${MY_DOCKER_IP:-127.0.0.1}:8081:8081"
1919 environment :
@@ -37,7 +37,7 @@ services:
3737 # At the time of writing, rasterio and psycopg wheels are not available for arm64 arch
3838 # so we force the image to be built with linux/amd64
3939 platform : linux/amd64
40- image : ghcr.io/stac-utils/titiler-pgstac:1.7.0
40+ image : ghcr.io/stac-utils/titiler-pgstac:1.7.2
4141 ports :
4242 - " ${MY_DOCKER_IP:-127.0.0.1}:8082:8082"
4343 environment :
@@ -74,7 +74,7 @@ services:
7474 - ./dockerfiles/scripts:/tmp/scripts
7575
7676 tipg :
77- image : ghcr.io/developmentseed/tipg:0.9.0
77+ image : ghcr.io/developmentseed/tipg:1.0.1
7878 ports :
7979 - " ${MY_DOCKER_IP:-127.0.0.1}:8083:8083"
8080 environment :
@@ -94,7 +94,7 @@ services:
9494 - ./dockerfiles/scripts:/tmp/scripts
9595
9696 database :
97- image : ghcr.io/stac-utils/pgstac:v0.9.2
97+ image : ghcr.io/stac-utils/pgstac:v0.9.6
9898 environment :
9999 - POSTGRES_USER=username
100100 - POSTGRES_PASSWORD=password
You can’t perform that action at this time.
0 commit comments