Neo4j
Image: neo4j:5
- Port 7687/tcp
- 10 GB volume at /data
- 1 vCPU · 2 GB
Template · Databases
Graph database, Bolt protocol on the private network.
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 neo4j:5 community image. Only Bolt (7687) is reachable inside the project; the browser UI on 7474 is not exposed.
Image: neo4j:5
Generated secrets never leave the platform; references are resolved on the private network. Anything marked required is asked for at deploy time.
| Name | Value |
|---|---|
| NEO4J_PASSWORD | generated (password) |
| NEO4J_AUTH | neo4j/${{self.NEO4J_PASSWORD}}Image reads user/password from this |
| NEO4J_server_memory_heap_max__size | 1G |
| BOLT_URL | bolt://${{self.SKIFFLY_PRIVATE_DOMAIN}}:7687Bolt URL on the private network (not NEO4J_*: the image turns every NEO4J_* variable into a server setting) |
Volumes, secrets and domain pre-wired. Runs on EU nodes, paid per minute from a prepaid balance.