Commit 085b66b7 authored by chonghaohao's avatar chonghaohao

fix

parent 83972e18
...@@ -4,14 +4,14 @@ services: ...@@ -4,14 +4,14 @@ services:
image: registry.cn-hangzhou.aliyuncs.com/hsyl_iot/xxl-job:v3 image: registry.cn-hangzhou.aliyuncs.com/hsyl_iot/xxl-job:v3
restart: always restart: always
ports: ports:
- "8080" - "8099:8080"
environment: environment:
- PARAMS="--spring.datasource.url=jdbc:mysql://10.10.39.251:3306/iot_job?Unicode=true&characterEncoding=UTF-8&useSSL=false --spring.datasource.username=root --spring.datasource.password=huansi@V3" - PARAMS="--spring.datasource.url=jdbc:mysql://10.10.39.251:3306/iot_job?Unicode=true&characterEncoding=UTF-8&useSSL=false --spring.datasource.username=root --spring.datasource.password=huansi@V3"
iot-dbapi: iot-dbapi:
image: registry.cn-hangzhou.aliyuncs.com/hsyl_iot/db-api:v3 image: registry.cn-hangzhou.aliyuncs.com/hsyl_iot/db-api:v3
ports: ports:
- "8520" - "8520:8520"
environment: environment:
- DB_URL=jdbc:mysql://10.10.39.251:3306/iot_dbapi?useSSL=false&characterEncoding=UTF-8&serverTimezone=GMT%2B8 - DB_URL=jdbc:mysql://10.10.39.251:3306/iot_dbapi?useSSL=false&characterEncoding=UTF-8&serverTimezone=GMT%2B8
- DB_USERNAME=root - DB_USERNAME=root
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment