Loading...
# 该Yaml文件改编自DockerHub中的配置文件 version: '3.8' services: mongo: image: mongo:4.4.0 #根据需要选择自己的镜像 restart: always ports: - 27017:27017 #对外暴露停供服务的端口,正式生产的时候理论不用暴露。 volumes: - /...
Prometheus-Grafana docker-compose启动方法,已测试可用InstallCreate .env:ADMIN_USER=admin ADMIN_PASSWORD=admin Clone this repository on your Docker host, cd into test directory and run compose up:git clone ...
详细内容见https://github.com/conduktor/kafka-stack-docker-compose.git