Skip to content

Commit 8ec3097

Browse files
committed
chore(docker-compose): name APIs to shareout stac-auth-proxy implementation
1 parent 26b031a commit 8ec3097

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docker-compose.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,11 @@ services:
33
profiles: [""] # default profile
44
image: ghcr.io/stac-utils/stac-fastapi-pgstac:6.1.1
55
environment:
6+
STAC_FASTAPI_TITLE: stac-fastapi-pgstac + stac-auth-proxy
7+
STAC_FASTAPI_DESCRIPTION: A STAC FastAPI implemented with pgSTAC, protected with STAC Auth Proxy
68
APP_HOST: 0.0.0.0
79
APP_PORT: 8001
10+
CORS_HEADERS: "*"
811
RELOAD: true
912
POSTGRES_USER: username
1013
POSTGRES_PASS: password
@@ -15,7 +18,6 @@ services:
1518
DB_MIN_CONN_SIZE: 1
1619
DB_MAX_CONN_SIZE: 1
1720
USE_API_HYDRATE: ${USE_API_HYDRATE:-false}
18-
CORS_HEADERS: "Content-Type,Authorization"
1921
hostname: stac
2022
ports:
2123
- "8001:8001"
@@ -29,9 +31,8 @@ services:
2931
container_name: stac-fastapi-os
3032
image: ghcr.io/stac-utils/stac-fastapi-os:v6.1.0
3133
environment:
32-
STAC_FASTAPI_TITLE: stac-fastapi-opensearch
33-
STAC_FASTAPI_DESCRIPTION: A STAC FastAPI with an Opensearch backend
34-
STAC_FASTAPI_VERSION: 6.0.0
34+
STAC_FASTAPI_TITLE: stac-fastapi-opensearch + stac-auth-proxy
35+
STAC_FASTAPI_DESCRIPTION: A STAC FastAPI with an Opensearch backend, protected with STAC Auth Proxy
3536
STAC_FASTAPI_LANDING_PAGE_ID: stac-fastapi-opensearch
3637
APP_HOST: 0.0.0.0
3738
APP_PORT: 8001

0 commit comments

Comments
 (0)