Nuxt3 boilerplate running in an Docker environment including MongoDB and Mongo-Express for presistent storage and NGINX as a reverse proxy.
- This Project uses npm as node package manager.
- Configuring the setup should be mostly done by adapting the .env file.
- Adapting the MongoDB setup should always be followed by a Docker container rebuild.
- Waiting for Mongo-Express release 1.0.0 on Docker Hub to bump MongoDB to version 6.
- Nuxt3 roadmap can be found here.
-
Configure Mongo (
$MONGO_HOST
,$MONGO_PORT
,$MONGO_ROOT_DIR
,$MONGO_LOG_DIR
,$MONGO_ROOT_USERNAME
and$MONGO_ROOT_PASSWORD
in the files below are automatically replaced by the values in.env
)-
Add custom mongosh scripts in
.config/mongo/.mongoshrc.js
.
-
-
-
Choose a rendering mode
-
-
This project is licensed under the Apache-2.0 license, Copyright 2023 CINID. For more information see the LICENSE file.