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 8b95c79 commit dc025d2Copy full SHA for dc025d2
docker-compose.yml
@@ -15,7 +15,7 @@ services:
15
- database
16
17
stac-fastapi:
18
- image: ghcr.io/stac-utils/stac-fastapi-pgstac:latest
+ image: ghcr.io/stac-utils/stac-fastapi-pgstac:3.0.0
19
ports:
20
- "${MY_DOCKER_IP:-127.0.0.1}:8081:8081"
21
environment:
@@ -39,7 +39,7 @@ services:
39
# At the time of writing, rasterio and psycopg wheels are not available for arm64 arch
40
# so we force the image to be built with linux/amd64
41
platform: linux/amd64
42
- image: ghcr.io/stac-utils/titiler-pgstac:1.3.0
+ image: ghcr.io/stac-utils/titiler-pgstac:1.3.1
43
44
- "${MY_DOCKER_IP:-127.0.0.1}:8082:8082"
45
0 commit comments