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 cd32528 commit 88c16a6Copy full SHA for 88c16a6
docker-compose.yaml
@@ -1,5 +1,4 @@
1
services:
2
-# PostGRES STAC API
3
stac-pg:
4
profiles: ["pg"]
5
image: ghcr.io/stac-utils/stac-fastapi-pgstac:5.0.2
@@ -27,11 +26,10 @@ services:
27
26
- database-pg
28
command: bash -c "./scripts/wait-for-it.sh database-pg:5432 && python -m stac_fastapi.pgstac.app"
29
30
-# Opensearch STAC API
31
stac-os:
32
profiles: ["os"]
33
container_name: stac-fastapi-os
34
- image: ghcr.io/stac-utils/stac-fastapi-os:latest
+ image: ghcr.io/stac-utils/stac-fastapi-os:v6.1.0
35
hostname: stac-os
36
environment:
37
STAC_FASTAPI_TITLEL: stac-fastapi-opensearch
0 commit comments