File tree Expand file tree Collapse file tree 1 file changed +8
-16
lines changed Expand file tree Collapse file tree 1 file changed +8
-16
lines changed Original file line number Diff line number Diff line change 20
20
- 27018:27017
21
21
22
22
elasticsearch_db_service :
23
- image : docker.elastic.co/elasticsearch/elasticsearch:7.11.0
23
+ image : docker.elastic.co/elasticsearch/elasticsearch:7.14.2
24
24
env :
25
- " ES_JAVA_OPTS=-Xms512m -Xmx512m"
25
+ node.name : es01
26
+ cluster.name : stac-cluster
27
+ discovery.type : single-node
28
+ network.host : 0.0.0.0
29
+ http.port : 9200
30
+ ES_JAVA_OPTS : -Xms512m -Xmx512m
26
31
ports :
27
32
- 9200:9200
28
33
56
61
cd stac_fastapi/mongo && pipenv run pytest -svvv
57
62
env :
58
63
ENVIRONMENT : testing
59
- # POSTGRES_USER: username
60
- # POSTGRES_PASS: password
61
- # POSTGRES_DBNAME: postgis
62
- # POSTGRES_HOST_READER: localhost
63
- # POSTGRES_HOST_WRITER: localhost
64
- # POSTGRES_PORT: 5432
65
64
MONGO_USER : dev
66
65
MONGO_PASS : stac
67
66
MONGO_PORT : 27018
75
74
ES_USER : dev
76
75
ES_PASS : stac
77
76
ES_PORT : 9200
78
- ES_HOST : 172.17.0.1
79
-
80
- # test-docs:
81
- # runs-on: ubuntu-latest
82
- # steps:
83
- # - uses: actions/checkout@v2
84
- # - name: Test generating docs
85
- # run: make docs
77
+ ES_HOST : 172.17.0.1
You can’t perform that action at this time.
0 commit comments