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 12af96a commit 808ee37Copy full SHA for 808ee37
docker-compose.yml
@@ -3,7 +3,7 @@ version: '3.9'
3
services:
4
app-elasticsearch:
5
container_name: stac-fastapi-es
6
- image: stac-es
+ image: ghcr.io/stac-utils/stac-fastapi-es:latest
7
restart: always
8
environment:
9
- STAC_FASTAPI_TITLE=stac-fastapi-elasticsearch
@@ -32,7 +32,7 @@ services:
32
33
app-opensearch:
34
container_name: stac-fastapi-os
35
- image: ghcr.io/stac-utils/stac-fastapi-os
+ image: ghcr.io/stac-utils/stac-fastapi-os:latest
36
37
38
- STAC_FASTAPI_TITLE=stac-fastapi-opensearch
0 commit comments