Add boilerplate nginx setup for prod self-hosting

This commit is contained in:
Tuan Dang
2022-11-18 18:12:27 -05:00
parent 688aa856ab
commit baa0a21b38
9 changed files with 148 additions and 92 deletions

View File

@@ -28,8 +28,8 @@ EMAIL_TOKEN_LIFETIME=
MONGO_URL=mongodb://root:example@mongo:27017/?authSource=admin
# Optional credentials for MongoDB container instance
MONGO_USERNAME=root
MONGO_PASSWORD=example
MONGO_INITDB_ROOT_USERNAME=root
MONGO_INITDB_ROOT_PASSWORD=example
# Mongo-Express vars (needed for development only)
ME_CONFIG_MONGODB_ADMINUSERNAME=root