Skip to content

Commit 7bb4ae3

Browse files
committed
fix(带后缀): 准备区分https和http
1 parent 6eeb8fb commit 7bb4ae3

3 files changed

Lines changed: 36 additions & 16 deletions

File tree

examples/track.https/.env

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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

examples/track.https/compose.yaml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
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

examples/track/compose.yaml

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)