fix(extension/schedule-server): 修复升级 snail job 1.8.0 任务调度中心配置错误

This commit is contained in:
2025-12-29 20:49:40 +08:00
parent c1a0eb165f
commit e4b1293538
5 changed files with 45 additions and 62 deletions

View File

@@ -50,11 +50,12 @@ services:
command: 'redis-server /usr/local/redis/config/redis.conf --appendonly yes'
continew-server:
build: ./continew-admin
image: continew-server:4.2.0-SNAPSHOT
container_name: continew-server
restart: always
ports:
- '18000:18000'
- '1789:1789'
- '17889:17889'
volumes:
- /docker/continew-admin/config/:/app/config/
- /docker/continew-admin/data/file/:/app/data/file/
@@ -94,11 +95,12 @@ services:
TZ: Asia/Shanghai
schedule-server:
build: ./schedule-server
image: schedule-server:1.8.0
container_name: schedule-server
restart: always
ports:
- '18001:18001'
- '1788:1788'
- '17888:17888'
volumes:
- /docker/schedule-server/logs/:/app/logs/
environment: