MongoDB
Image: mongo:7
- Port 27017/tcp
- 10 GB volume at /data/db
- 1 vCPU · 1 GB
Template · Databases
Document database with a root user, a volume and MONGO_URL.
Opens the dashboard with this template pre-selected. Sign in with GitHub if you are new; the free tier needs no card.
One service in the environment you pick, on the private network of the project.
Official mongo:7 image (standalone, no replica set). Data at /data/db.
Image: mongo:7
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 |
Volumes, secrets and domain pre-wired. Runs on EU nodes, paid per minute from a prepaid balance.