Skip to content

Commit 88c16a6

Browse files
sfeos 6.1.0
1 parent cd32528 commit 88c16a6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docker-compose.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
services:
2-
# PostGRES STAC API
32
stac-pg:
43
profiles: ["pg"]
54
image: ghcr.io/stac-utils/stac-fastapi-pgstac:5.0.2
@@ -27,11 +26,10 @@ services:
2726
- database-pg
2827
command: bash -c "./scripts/wait-for-it.sh database-pg:5432 && python -m stac_fastapi.pgstac.app"
2928

30-
# Opensearch STAC API
3129
stac-os:
3230
profiles: ["os"]
3331
container_name: stac-fastapi-os
34-
image: ghcr.io/stac-utils/stac-fastapi-os:latest
32+
image: ghcr.io/stac-utils/stac-fastapi-os:v6.1.0
3533
hostname: stac-os
3634
environment:
3735
STAC_FASTAPI_TITLEL: stac-fastapi-opensearch

0 commit comments

Comments
 (0)