We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bb4ae3 commit 8604713Copy full SHA for 8604713
1 file changed
jtt808/compose.yml
@@ -28,7 +28,7 @@ services:
28
- gateway_ftp_passive_ports=${JTT808_PORT_FTP_PASSIVE}
29
30
# 终端注册服务
31
- - gateway_device-register-url=${WEB_BASE_URL}
+ - gateway_device-register-url=http://${MAINTAIN_HOST:-maintain}:${MAINTAIN_PORT:-8080}
32
# 网关Http服务, 需要代理?
33
- gateway_http_url=${WEB_BASE_URL}/jtt808
34
@@ -50,12 +50,12 @@ services:
50
- logging.level.io.netty.handler.logging.LoggingHandler=INFO
51
# 网关日志写法2
52
# - SPRING_APPLICATION_JSON={"logging.level.io.netty.handler.logging.LoggingHandler":"DEBUG"}
53
- logging:
+ logging:
54
driver: "json-file"
55
options:
56
max-size: "100m"
57
ulimits:
58
nproc: 65535
59
nofile:
60
soft: 20000
61
- hard: 40000
+ hard: 40000
0 commit comments