Skip to content

Commit a82a768

Browse files
author
Phil Varner
committed
put config direct
1 parent efef36c commit a82a768

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/cicd.yml

+9-1
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,16 @@ jobs:
1818
elasticsearch_8_svc:
1919
image: docker.elastic.co/elasticsearch/elasticsearch:8.1.3
2020
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
2130
ES_JAVA_OPTS: -Xms512m -Xmx1g
22-
options: -v ${{ github.workspace }}/elasticsearch/config/:/usr/share/elasticsearch/config/
2331
ports:
2432
- 9200:9200
2533

0 commit comments

Comments
 (0)