chore: 更新端口配置并添加raw-data volume挂载
All checks were successful
iot-test-platform CI/CD / build-and-deploy (push) Successful in 33s
All checks were successful
iot-test-platform CI/CD / build-and-deploy (push) Successful in 33s
This commit is contained in:
@@ -78,4 +78,5 @@ jobs:
|
|||||||
--restart always \
|
--restart always \
|
||||||
-p 8090:8090 \
|
-p 8090:8090 \
|
||||||
-p 8091:8091 \
|
-p 8091:8091 \
|
||||||
|
-v /opt/jt808-data/raw-data:/app/raw-data \
|
||||||
"$IMAGE"
|
"$IMAGE"
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ jt808:
|
|||||||
port: 8091
|
port: 8091
|
||||||
raw-data:
|
raw-data:
|
||||||
enabled: true
|
enabled: true
|
||||||
output-dir: ./raw-data
|
output-dir: /app/raw-data
|
||||||
|
|
||||||
logging:
|
logging:
|
||||||
level:
|
level:
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ jt808:
|
|||||||
port: 8091
|
port: 8091
|
||||||
raw-data:
|
raw-data:
|
||||||
enabled: true
|
enabled: true
|
||||||
output-dir: ./raw-data
|
output-dir: /app/raw-data
|
||||||
|
|
||||||
logging:
|
logging:
|
||||||
level:
|
level:
|
||||||
|
|||||||
Reference in New Issue
Block a user