This commit is contained in:
Mrx
2026-02-04 17:09:17 +08:00
parent 1a44eab144
commit bfbdf983b0
38 changed files with 1719 additions and 1725 deletions

View File

@@ -12,7 +12,7 @@ services:
MYSQL_USER: zac
MYSQL_PASSWORD: 5vg67b3UNHu8
ports:
- "21201:3306"
- "23221:3306"
volumes:
# 数据挂载 - Data mounting
- ./data/mysql/data:/var/lib/mysql
@@ -33,7 +33,7 @@ services:
image: redis:7.4.0
container_name: zac_redis
ports:
- "21202:6379"
- "23222:6379"
environment:
# 时区上海 - Time zone Shanghai (Change if needed)
TZ: Asia/Shanghai
@@ -50,7 +50,7 @@ services:
image: hibiken/asynqmon:latest
container_name: zac_asynqmon
ports:
- "21203:8080"
- "23223:8080"
environment:
- TZ=Asia/Shanghai
command:
@@ -72,7 +72,7 @@ services:
PMA_USER: zac
PMA_PASSWORD: 5vg67b3UNHu8
ports:
- "21204:80"
- "23224:80"
depends_on:
- mysql
networks: