mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-14 21:02:49 +00:00
feat:测试环境打开mysql执行日志
This commit is contained in:
parent
c8bc67e7bf
commit
3a9adfa089
@ -171,13 +171,13 @@ services:
|
||||
image: "hitosea2020/okr:0.0.3"
|
||||
environment:
|
||||
TZ: "Asia/Shanghai"
|
||||
DOO_TASK_URL: "http://${APP_IPPR}.3"
|
||||
MYSQL_HOST: "${DB_HOST}"
|
||||
MYSQL_PORT: "${DB_PORT}"
|
||||
MYSQL_DBNAME: "${DB_DATABASE}"
|
||||
MYSQL_USERNAME: "${DB_USERNAME}"
|
||||
MYSQL_PASSWORD: "${DB_PASSWORD}"
|
||||
DOO_TASK_URL: "http://${APP_IPPR}.3"
|
||||
|
||||
MYSQL_EnableSqlLog: true
|
||||
networks:
|
||||
extnetwork:
|
||||
ipv4_address: "${APP_IPPR}.13"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user