This commit is contained in:
2026-01-15 17:57:52 +08:00
parent ea8aa5203c
commit 65b5f33821

View File

@@ -13,7 +13,7 @@ services:
MYSQL_USER: zac
MYSQL_PASSWORD: zac5vg67b3UNHu8
ports:
- "21201:3306"
- "22201:3306"
volumes:
# 数据挂载 - Data mounting
- ./data/mysql/data:/var/lib/mysql
@@ -36,7 +36,7 @@ services:
image: redis:7.4.0
container_name: zac_redis
ports:
- "21202:6379"
- "22202:6379"
environment:
# 时区上海 - Time zone Shanghai (Change if needed)
TZ: Asia/Shanghai
@@ -53,7 +53,7 @@ services:
image: hibiken/asynqmon:latest
container_name: zac_asynqmon
ports:
- "21203:8080"
- "22203:8080"
environment:
- TZ=Asia/Shanghai
command:
@@ -71,7 +71,7 @@ services:
context: .
dockerfile: app/main/api/Dockerfile
ports:
- "21204:8888"
- "22204:8888"
volumes:
- ./data/authorization_docs:/app/data/authorization_docs:rw
environment: