This commit is contained in:
3
.env
3
.env
@ -4,7 +4,8 @@ DEBUG=true
|
||||
|
||||
# 日志配置
|
||||
LOG_LEVEL=DEBUG
|
||||
LOG_TYPE=console
|
||||
LOG_TYPE=console,file
|
||||
LOG_FILE_PATH=logs
|
||||
|
||||
# 数据库配置
|
||||
DB_HOST= 47.119.128.161 # 192.168.1.200
|
||||
|
||||
@ -7,3 +7,6 @@ services:
|
||||
restart: always
|
||||
environment:
|
||||
- TZ=Asia/Shanghai # 设置时区环境变量
|
||||
volumes:
|
||||
- /Users/konjacpotato/workspace/data/edward/.env:/app/.env
|
||||
- /Users/konjacpotato/workspace/data/edward/logs:/app/logs
|
||||
|
||||
Reference in New Issue
Block a user