f
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user