mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-22 07:00:43 +08:00
17 lines
307 B
YAML
17 lines
307 B
YAML
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 |