Skip to content

Commit 808ee37

Browse files
committed
added latest version on image links
1 parent 12af96a commit 808ee37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: '3.9'
33
services:
44
app-elasticsearch:
55
container_name: stac-fastapi-es
6-
image: stac-es
6+
image: ghcr.io/stac-utils/stac-fastapi-es:latest
77
restart: always
88
environment:
99
- STAC_FASTAPI_TITLE=stac-fastapi-elasticsearch
@@ -32,7 +32,7 @@ services:
3232

3333
app-opensearch:
3434
container_name: stac-fastapi-os
35-
image: ghcr.io/stac-utils/stac-fastapi-os
35+
image: ghcr.io/stac-utils/stac-fastapi-os:latest
3636
restart: always
3737
environment:
3838
- STAC_FASTAPI_TITLE=stac-fastapi-opensearch

0 commit comments

Comments
 (0)