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:
46
46
ports :
47
47
- " 11800:11800"
48
48
depends_on :
49
- - es-server
50
49
- spp-platform
51
50
links :
52
- - es-server
53
51
- spp-platform
54
- restart : on-failure
55
52
environment :
56
- - SW_STORAGE=elasticsearch
57
- - SW_STORAGE_ES_CLUSTER_NODES=es-server:9200
58
53
- SPP_PLATFORM_HOST=spp-platform
59
54
- SPP_PLATFORM_PORT=5460
60
55
- SPP_PLATFORM_CERTIFICATE_FILE=/skywalking/spp-platform.crt
@@ -65,17 +60,3 @@ services:
65
60
- SW_RECEIVER_GRPC_SSL_ENABLED=true
66
61
- SW_RECEIVER_GRPC_SSL_KEY_PATH=/skywalking/spp-platform.key
67
62
- 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