FROM maxkeytop/maxkey-mgt:latest

ENV TZ=Asia/Shanghai \
    DATABASE_HOST=localhost \
    DATABASE_PORT=3306 \
    DATABASE_NAME=maxkey \
    DATABASE_USER=root \
    DATABASE_PWD=maxkey \