fix xxl-job

pull/26/head
3y 2 years ago
parent c071d790a5
commit c0ba00ca16

@ -1,7 +1,7 @@
# TODO please replace 【must】 config value
# TODO please replace 【must】 config value
# TODO please replace 【must】 config value
server.port=8080
server.port=6666
# docker mysql
austin.database.ip=austin-mysql
@ -32,7 +32,7 @@ austin.rabbitmq.port=
# todo [xxl-job] switch 【optional】, if austin.xxl.job.enabled=true 【must】
austin.xxl.job.enabled=true
austin.xxl.job.ip=austin-xxl-job
austin.xxl.job.port=6767
austin.xxl.job.port=8080
# todo choose: apollo/nacos switch 【optional】 ,if apollo and nacos both false, use local.properties
austin.apollo.enabled=false

@ -97,7 +97,7 @@ services:
image: xuxueli/xxl-job-admin:2.3.0
container_name: austin-xxl-job
ports:
- "6767:6767"
- "8080:8080"
environment:
PARAMS: '--spring.datasource.url=jdbc:mysql://austin-mysql:3306/xxl_job?Unicode=true&characterEncoding=UTF-8 --spring.datasource.username=root --spring.datasource.password=root123_A'
networks:
@ -108,7 +108,7 @@ services:
build:
context: ./
ports:
- 8080:8080
- 6666:6666
restart: always
container_name: austin
depends_on:

Loading…
Cancel
Save