Skip to content

Commit 8c7dc04

Browse files
committed
remove new env vars from compose
1 parent a587207 commit 8c7dc04

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

compose.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ services:
2222
- ES_VERIFY_CERTS=false
2323
- BACKEND=elasticsearch
2424
- DATABASE_REFRESH=true
25-
- ENABLE_COLLECTIONS_SEARCH=true
26-
- ENABLE_COLLECTIONS_SEARCH_ROUTE=true
2725
ports:
2826
- "8080:8080"
2927
volumes:
@@ -58,8 +56,6 @@ services:
5856
- ES_VERIFY_CERTS=false
5957
- BACKEND=opensearch
6058
- STAC_FASTAPI_RATE_LIMIT=200/minute
61-
- ENABLE_COLLECTIONS_SEARCH=true
62-
- ENABLE_COLLECTIONS_SEARCH_ROUTE=true
6359
ports:
6460
- "8082:8082"
6561
volumes:

0 commit comments

Comments
 (0)