This commit is contained in:
2025-12-02 20:07:54 +08:00
parent 08ff223ff8
commit 2ab0de65bd

View File

@@ -13,7 +13,7 @@ services:
MYSQL_USER: ycc
MYSQL_PASSWORD: 5vg67b3UNHu8
ports:
- "21001:3306"
- "21101:3306"
volumes:
# 数据挂载 - Data mounting
- ./data/mysql/data:/var/lib/mysql
@@ -36,7 +36,7 @@ services:
image: redis:7.4.0
container_name: ycc_redis
ports:
- "21002:6379"
- "21102:6379"
environment:
# 时区上海 - Time zone Shanghai (Change if needed)
TZ: Asia/Shanghai
@@ -53,7 +53,7 @@ services:
image: hibiken/asynqmon:latest
container_name: ycc_asynqmon
ports:
- "21003:8080"
- "21103:8080"
environment:
- TZ=Asia/Shanghai
command:
@@ -71,7 +71,7 @@ services:
context: .
dockerfile: app/main/api/Dockerfile
ports:
- "21004:8888"
- "21104:8888"
volumes:
- ./data/authorization_docs:/app/data/authorization_docs:rw
environment: