修改并优化配置到新 ip 段
This commit is contained in:
@@ -7,7 +7,7 @@ services:
|
||||
- CLICKHOUSE_PASSWORD=${CLICKHOUSE_PASSWORD}
|
||||
volumes:
|
||||
- clickhouse-data:/var/lib/clickhouse
|
||||
- ./clickhouse/logs:/var/log/clickhouse-server
|
||||
- ./clickhouse/configs:/etc/clickhouse-server/config.d:ro
|
||||
ulimits:
|
||||
nofile:
|
||||
soft: 262144
|
||||
@@ -27,8 +27,8 @@ services:
|
||||
volumes:
|
||||
- ./otel/app.yaml:/etc/otelcol-contrib/config.yaml
|
||||
ports:
|
||||
- 4317:4317
|
||||
- 4318:4318
|
||||
- ${OTEL_COLLECTOR_APP_GRPC_PORT}:4317
|
||||
- ${OTEL_COLLECTOR_APP_HTTP_PORT}:4318
|
||||
restart: unless-stopped
|
||||
|
||||
grafana:
|
||||
|
||||
Reference in New Issue
Block a user