Skip to content

Commit 9c0c422

Browse files
committed
Cleanup
1 parent 646a2b5 commit 9c0c422

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

docker-compose.yaml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,12 @@ services:
66
APP_HOST: 0.0.0.0
77
APP_PORT: 8001
88
RELOAD: true
9-
ENVIRONMENT: local
109
POSTGRES_USER: username
1110
POSTGRES_PASS: password
1211
POSTGRES_DBNAME: postgis
1312
POSTGRES_HOST_READER: database-pg
1413
POSTGRES_HOST_WRITER: database-pg
1514
POSTGRES_PORT: 5432
16-
WEB_CONCURRENCY: 10
17-
VSI_CACHE: TRUE
18-
GDAL_HTTP_MERGE_CONSECUTIVE_RANGES: YES
19-
GDAL_DISABLE_READDIR_ON_OPEN: EMPTY_DIR
2015
DB_MIN_CONN_SIZE: 1
2116
DB_MAX_CONN_SIZE: 1
2217
USE_API_HYDRATE: ${USE_API_HYDRATE:-false}
@@ -32,15 +27,14 @@ services:
3227
container_name: stac-fastapi-os
3328
image: ghcr.io/stac-utils/stac-fastapi-os:v6.1.0
3429
environment:
35-
STAC_FASTAPI_TITLEL: stac-fastapi-opensearch
30+
STAC_FASTAPI_TITLE: stac-fastapi-opensearch
3631
STAC_FASTAPI_DESCRIPTION: A STAC FastAPI with an Opensearch backend
3732
STAC_FASTAPI_VERSION: 6.0.0
3833
STAC_FASTAPI_LANDING_PAGE_ID: stac-fastapi-opensearch
3934
APP_HOST: 0.0.0.0
4035
APP_PORT: 8001
4136
RELOAD: true
4237
ENVIRONMENT: local
43-
WEB_CONCURRENCY: 10
4438
ES_HOST: database-os
4539
ES_PORT: 9200
4640
ES_USE_SSL: false
@@ -52,7 +46,7 @@ services:
5246
- "8001:8001"
5347
depends_on:
5448
- database-os
55-
command:
49+
command: |
5650
bash -c "./scripts/wait-for-it-es.sh database-os:9200 && python -m stac_fastapi.opensearch.app"
5751
5852
database-pg:
@@ -89,7 +83,7 @@ services:
8983
- "9200:9200"
9084

9185
proxy:
92-
depends_on:
86+
depends_on:
9387
- oidc
9488
build:
9589
context: .
@@ -106,7 +100,7 @@ services:
106100
- ./src:/app/src
107101

108102
oidc:
109-
image: ghcr.io/alukach/mock-oidc-server:latest
103+
image: ghcr.io/alukach/mock-oidc-server:latest
110104
environment:
111105
ISSUER: http://localhost:8888
112106
SCOPES: item:create,item:update,item:delete,collection:create,collection:update,collection:delete

0 commit comments

Comments
 (0)