File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments