feat: suitable for xxl-job < 2.2.0 #151

This commit is contained in:
ReaJason
2026-08-03 23:54:06 +08:00
parent 556c9d63ff
commit 29c19a318f
19 changed files with 544 additions and 38 deletions
@@ -0,0 +1,17 @@
services:
admin:
image: reajason/xxl-job:2.0.2-admin
depends_on:
- db
ports:
- "8080:8080"
executor:
image: reajason/xxl-job:2.0.2-executor
depends_on:
- admin
ports:
- "9999:9999"
db:
image: mysql:8
environment:
- MYSQL_ROOT_PASSWORD=root
@@ -0,0 +1,17 @@
services:
admin:
image: reajason/xxl-job:2.1.2-admin
depends_on:
- db
ports:
- "8080:8080"
executor:
image: reajason/xxl-job:2.1.2-executor
depends_on:
- admin
ports:
- "9999:9999"
db:
image: mysql:8
environment:
- MYSQL_ROOT_PASSWORD=root