We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efef36c commit a82a768Copy full SHA for a82a768
.github/workflows/cicd.yml
@@ -18,8 +18,16 @@ jobs:
18
elasticsearch_8_svc:
19
image: docker.elastic.co/elasticsearch/elasticsearch:8.1.3
20
env:
21
+ cluster.name: stac-cluster
22
+ node.name: es01
23
+ network.host: 0.0.0.0
24
+ transport.host: 0.0.0.0
25
+ discovery.type: single-node
26
+ http.port: 9200
27
+ xpack.license.self_generated.type: basic
28
+ xpack.security.enabled: false
29
+ xpack.security.transport.ssl.enabled: false
30
ES_JAVA_OPTS: -Xms512m -Xmx1g
- options: -v ${{ github.workspace }}/elasticsearch/config/:/usr/share/elasticsearch/config/
31
ports:
32
- 9200:9200
33
0 commit comments