MongoDB
Image: mongo:7
- Port 27017/tcp
- 10 GB volume at /data/db
- 1 vCPU · 1 GB
Template · Dev tools
MongoDB 7 with the Mongo Express web admin, basic-auth protected.
Opens the dashboard with this template pre-selected. Sign in with GitHub if you are new; the free tier needs no card.
2 services in the environment you pick, on the private network of the project.
mongo-express:latest connected to a mongo:7 service in the same template.
Image: mongo:7
Image: mongo-express:latest
Generated secrets never leave the platform; references are resolved on the private network. Anything marked required is asked for at deploy time.
| Name | Value |
|---|---|
| MONGO_INITDB_ROOT_USERNAME | mongo |
| MONGO_INITDB_ROOT_PASSWORD | generated (password) |
| MONGO_INITDB_DATABASE | app |
| MONGO_URL | mongodb://${{self.MONGO_INITDB_ROOT_USERNAME}}:${{self.MONGO_INITDB_ROOT_PASSWORD}}@${{self.SKIFFLY_PRIVATE_DOMAIN}}:27017/${{self.MONGO_INITDB_DATABASE}}?authSource=admin |
| Name | Value |
|---|---|
| ME_CONFIG_MONGODB_URL | ${{MongoDB.MONGO_URL}} |
| ME_CONFIG_BASICAUTH | true |
| ME_CONFIG_BASICAUTH_USERNAME | admin |
| ME_CONFIG_BASICAUTH_PASSWORD | generated (password) |
| ME_CONFIG_SITE_BASEURL | / |
Volumes, secrets and domain pre-wired. Runs on EU nodes, paid per minute from a prepaid balance.