修改并优化配置到新 ip 段

This commit is contained in:
2026-04-30 11:56:29 +08:00
parent 6985b70ddc
commit d2d1ab4461
6 changed files with 97 additions and 47 deletions

View File

@@ -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: