feat:审批容器 - 添加时区

This commit is contained in:
weifashi 2023-08-09 09:10:27 +08:00
parent c6b9dfff22
commit cb2b762a6f

View File

@ -151,6 +151,7 @@ services:
container_name: "dootask-approve-${APP_ID}"
image: "hitosea2020/go-approve:0.1.3"
environment:
TZ: "Asia/Shanghai"
MYSQL_HOST: "${DB_HOST}"
MYSQL_PORT: "${DB_PORT}"
MYSQL_DBNAME: "${DB_DATABASE}"