This commit is contained in:
Mrx
2026-01-17 18:46:12 +08:00
parent 3ff8a976fe
commit 7cbd74302e

View File

@@ -37,7 +37,7 @@ services:
image: redis:7.4.0
container_name: xfc_redis
ports:
- "22202:6379"
- "23202:6379"
environment:
# 时区上海 - Time zone Shanghai (Change if needed)
TZ: Asia/Shanghai
@@ -54,7 +54,7 @@ services:
image: hibiken/asynqmon:latest
container_name: xfc_asynqmon
ports:
- "22203:8080"
- "23203:8080"
environment:
- TZ=Asia/Shanghai
command:
@@ -72,7 +72,7 @@ services:
context: .
dockerfile: app/main/api/Dockerfile
ports:
- "22204:8888"
- "23204:8888"
volumes:
- ./data/authorization_docs:/app/data/authorization_docs:rw
environment: