2 Star 0 Fork 0

SunCheng/EducationSystem

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
docker-compose.yml 1.93 KB
一键复制 编辑 原始数据 按行查看 历史
SunCheng 提交于 2022-02-16 11:59 +08:00 . update docker-compose.yml.
version: '3.4'
networks:
smart-lamp:
services:
smart-lamp:
image: registry.cn-wulanchabu.aliyuncs.com/smart-lamp-qa/test:v0.0.1
restart: always
container_name: smart-lamp
ports:
- 80:80
environment:
- TZ=Asia/Shanghai
- ASPNETCORE_ENVIRONMENT=Development
volumes:
- ~/smart-lamp/app_Data:/app/App_Data
networks:
- smart-lamp
loki:
image: grafana/loki
restart: always
container_name: loki
command: -config.file=/etc/loki/local-config.yaml
environment:
- TZ=Asia/Shanghai
volumes:
- ~/smart-lamp/loki:/data/loki
networks:
- smart-lamp
promtail:
image: grafana/promtail
restart: always
container_name: promtail
volumes:
- /smart-lamp/promtail:/var/log
command: -config.file=/etc/promtail/config.yml
environment:
- TZ=Asia/Shanghai
networks:
- smart-lamp
grafana:
image: grafana/grafana
restart: always
container_name: grafana
user: "0"
ports:
- 3000:3000
environment:
- TZ=Asia/Shanghai
volumes:
- ~/smart-lamp/grafana:/var/lib/grafana
networks:
- smart-lamp
emqx:
image: emqx/emqx
restart: always
container_name: emqx
ports:
- "1883:1883"
- "8083:8083"
- "8883:8883"
- "8084:8084"
- "18083:18083"
volumes:
- /etc/timezone:/etc/timezone
- /etc/localtime:/etc/localtime
networks:
- smart-lamp
netdata:
restart: always
container_name: netdata
hostname: netdata
image: netdata/netdata:latest
ports:
- 19999:19999
cap_add:
- SYS_PTRACE
security_opt:
- apparmor:unconfined
environment:
- PGID=119
volumes:
- /proc:/host/proc:ro
- /sys:/host/sys:ro
- /var/run/docker.sock:/var/run/docker.sock:ro
networks:
- smart-lamp
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/sunchengsuncheng/EducationSystem.git
git@gitee.com:sunchengsuncheng/EducationSystem.git
sunchengsuncheng
EducationSystem
EducationSystem
master

搜索帮助