We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e7e7eb commit ae863f8Copy full SHA for ae863f8
2 files changed
jtt808/compose.yml
@@ -15,6 +15,7 @@ services:
15
- "/data/jtt808:/data/jtt808"
16
- "/data/logs/jtt808:/logs"
17
environment:
18
+ - JAVA_TOOL_OPTIONS=-Xms1024m -Xmx2048m
19
# 监听端口
20
- gateway_ip=${JTT808_IP:?required}
21
- gateway_port=${JTT808_PORT}
maintain/compose.yml
@@ -10,6 +10,7 @@ services:
10
ports:
11
- ${MAINTAIN_PORT:-8080}:8080
12
13
14
# DB
- SPRING_DATASOURCE_URL=jdbc:mysql://${MYSQL_HOST:-mysql8}:${MYSQL_PORT:-3306}/maintain?allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&serverTimezone=UTC&useSSL=false&allowPublicKeyRetrieval=true
- SPRING_DATASOURCE_USERNAME=${MYSQL_USERNAME:-root}
0 commit comments