mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-04-06 01:25:38 +00:00
Expose neo4j-browser ports
This helps developers to access the neo4j database from the browser. Visit http://localhost:7474/ to see it in action.
This commit is contained in:
parent
431f024430
commit
8aa3fea718
@ -19,6 +19,9 @@ services:
|
|||||||
- MOCK=false
|
- MOCK=false
|
||||||
|
|
||||||
neo4j:
|
neo4j:
|
||||||
|
ports:
|
||||||
|
- 7687:7687
|
||||||
|
- 7474:7474
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile.neo4j
|
dockerfile: Dockerfile.neo4j
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user