From d3fa38a9e602e8edb96a21b5ade993e34a4f99d0 Mon Sep 17 00:00:00 2001 From: JEECG <445654970@qq.com> Date: Thu, 25 Sep 2025 11:17:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20application-docker.yml?= =?UTF-8?q?=EF=BC=8C=E4=BF=AE=E6=94=B9=20Redis=20=E5=92=8C=20XXL-JOB=20?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E4=B8=BA=E4=BD=BF=E7=94=A8=E6=9C=8D=E5=8A=A1?= =?UTF-8?q?=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/application-docker.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-docker.yml b/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-docker.yml index 7befd8332..14dcb7623 100644 --- a/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-docker.yml +++ b/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-docker.yml @@ -160,7 +160,7 @@ spring: data: redis: database: 0 - host: 127.0.0.1 + host: jeecg-boot-redis port: 6379 password: #mybatis plus 设置 @@ -267,11 +267,11 @@ jeecg: #xxl-job配置 xxljob: enabled: false - adminAddresses: http://127.0.0.1:9080/xxl-job-admin + adminAddresses: http://jeecg-boot-xxljob:9080/xxl-job-admin appname: ${spring.application.name} accessToken: '' - address: 127.0.0.1:30007 - ip: 127.0.0.1 + address: jeecg-boot-xxljob:30007 + ip: jeecg-boot-xxljob port: 30007 logPath: logs/jeecg/job/jobhandler/ logRetentionDays: 30