File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed
Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 77 - ../docker/rabbitmq/compose.yml
88 - ../docker/minio/compose.yml
99 - ../docker/maintain/compose.yml
10- - ../docker/jtt808/compose.yml
10+ - path :
11+ - ../docker/jtt808/compose.yml
12+ - ../docker/jtt808/compose.http.yml
1113 - path :
1214 - ../docker/video/compose.yml
1315 - ../docker/video/compose.storage.yml
Original file line number Diff line number Diff line change 1+ services :
2+ jtt808 :
3+ environment :
4+ # 网关Http服务
5+ - gateway_http_url=http://${TRACK_HOSTNAME}:${WEB_PORT_HTTP}/jtt808
Original file line number Diff line number Diff line change @@ -35,10 +35,10 @@ services:
3535 - gateway_ftp_passive_ip=${JTT808_IP:?required}
3636 - gateway_ftp_passive_ports=${JTT808_PORT_FTP_PASSIVE}
3737
38- # 终端注册服务
38+ # 终端注册服务(默认使用别名maintain访问)
3939 - gateway_device-register-url=${WEB_BASE_URL:-http://${MAINTAIN_HOST}:${MAINTAIN_PORT}}
4040 # 网关Http服务
41- - gateway_http_url=${WEB_BASE_URL:-http: //${MAINTAIN_HOST }:${MAINTAIN_PORT }}/jtt808
41+ - gateway_http_url=https: //${TRACK_HOSTNAME }:${WEB_PORT_HTTPS }}/jtt808
4242
4343 # MongoDB
4444 - spring_data_mongodb_host=${MONGODB_HOST:-mongodb}
You can’t perform that action at this time.
0 commit comments