We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bd6e7c commit ced7450Copy full SHA for ced7450
jtt808/compose.http.yml
@@ -2,4 +2,4 @@ services:
2
jtt808:
3
environment:
4
# 网关Http服务
5
- - gateway_http_url=http://${TRACK_HOSTNAME}:${JTT808_PORT_HTTP}/jtt808
+ - gateway_http_url=http://${TRACK_HOSTNAME}:${WEB_PORT_HTTP}/jtt808
jtt808/compose.yml
@@ -38,7 +38,7 @@ services:
38
# 终端注册服务
39
- gateway_device-register-url=${WEB_BASE_URL:-http://${MAINTAIN_HOST}:${MAINTAIN_PORT}}
40
41
- - gateway_http_url=https://${TRACK_HOSTNAME}:${JTT808_PORT_HTTP}}/jtt808
+ - gateway_http_url=https://${TRACK_HOSTNAME}:${WEB_PORT_HTTPS}}/jtt808
42
43
# MongoDB
44
- spring_data_mongodb_host=${MONGODB_HOST:-mongodb}
0 commit comments