File tree Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Original file line number Diff line number Diff line change @@ -46,15 +46,10 @@ services:
4646 ports :
4747 - " 11800:11800"
4848 depends_on :
49- - es-server
5049 - spp-platform
5150 links :
52- - es-server
5351 - spp-platform
54- restart : on-failure
5552 environment :
56- - SW_STORAGE=elasticsearch
57- - SW_STORAGE_ES_CLUSTER_NODES=es-server:9200
5853 - SPP_PLATFORM_HOST=spp-platform
5954 - SPP_PLATFORM_PORT=5460
6055 - SPP_PLATFORM_CERTIFICATE_FILE=/skywalking/spp-platform.crt
@@ -65,17 +60,3 @@ services:
6560 - SW_RECEIVER_GRPC_SSL_ENABLED=true
6661 - SW_RECEIVER_GRPC_SSL_KEY_PATH=/skywalking/spp-platform.key
6762 - SW_RECEIVER_GRPC_SSL_CERT_CHAIN_PATH=/skywalking/spp-platform.crt
68- es-server :
69- image : blacktop/elasticsearch:7.0.0
70- container_name : es-server
71- hostname : es-server
72- cap_add :
73- - IPC_LOCK
74- ulimits :
75- memlock :
76- soft : -1
77- hard : -1
78- nofile :
79- soft : 65536
80- hard : 65536
81- command : -E cluster.name=es-skywalking -E path.data=data -E path.logs=logs -E network.host=0.0.0.0 -E node.name=node-1
You can’t perform that action at this time.
0 commit comments