fix(docker): allow usage of external mongodb

This commit is contained in:
tryao
2023-03-08 11:30:33 +08:00
parent 0d97c62ed8
commit d2d6e95dd9
3 changed files with 37 additions and 27 deletions

View File

@@ -58,6 +58,7 @@ ENV CONFIG_FILE="config.json"
ENV USE_MONGODB="false"
ENV MONGO_INITDB_ROOT_USERNAME="root"
ENV MONGO_INITDB_ROOT_PASSWORD="pass"
ENV MONGO_URL=""
ENV HOSTNAME="localhost"
ENV ALLOW_NEW_ACCOUNTS="true"
ENV ALLOWPLUGINS="false"