File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # 必填, 当前服务器内网IP
2+ SERVER_IP_INTERNAL = ' ' # 111.111.111.111
3+
4+ # 必填,当前服务器外网IP
5+ SERVER_IP_PUBLIC = ' ' # 192.168.0.10
6+
7+ # 必填,服务器域名
8+ SERVER_HOSTNAME = ' ' # tripsdd.com
9+
10+ # 必填,证书文件
11+ SSL_CERTIFICATE = ' ' # /home/docker-compose/ssl/ltripsdd_com
Original file line number Diff line number Diff line change 1+ # ---------------------------------
2+ # V2单机部署方案
3+ # -------------------------------
4+ # 1. 准备服务器内网IP, 外网IP, SSL
5+ # 2. 修改.env文件
6+ # 3. docker compose config 检查配置
7+ # 4. docker compose up -d 启动服务
8+ # ================================
9+
10+ include :
11+ - ../docker/mysql8/compose.yml
12+ - ../docker/redis/compose.yml
13+ - ../docker/mongodb/compose.yml
14+ - ../docker/rabbitmq/compose.yml
15+ - ../docker/minio/compose.yml
16+ - ../docker/maintain/compose.yml
17+ - ../docker/jtt808/compose.yml
18+ # 反向代理(http-80和https-443)
19+ - path :
20+ - ../docker/nginx/compose.yml
21+ - ../docker/nginx/compose.track.yml
22+ # 视频服务(rtp, rtmp, http-flv)
23+ - ../docker/video/compose.yml
24+ # 视频服务https(http-flv多端口支持, 对讲)
25+ - ../docker/video-nginx/compose.yml
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments