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