Central Studio 日志中心。
查看文档[链接]了解更多。
/workspace/config:应用配置目录,应用会自动加载本目录下的 application.yaml、application.yml 配置文件/workspace/logs:应用日志目录,存放应用的运行日志/workspace/data: 应用数据目录,存放应用收集回来的数据信息3400version: "3"
services:
logging:
image: centralx/central-logging:latest
container_name: central-logging
ports:
- 3400:3400
# JVM 调优
command: ["-Xms512m", "-Xmx512m", "-XX:+UseG1GC"]
如果需要使用 Kubernetes 部署本镜像,请参考 charts 说明[链接]。
Content type
Image
Digest
sha256:fa8ed6dae…
Size
279.6 MB
Last updated
over 2 years ago
docker pull centralx/central-logging:1.0.x-SNAPSHOT