Skip to content

Commit

Permalink
Added network to neo4j compose
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBakerEffendi committed Jun 6, 2024
1 parent 1ebf52e commit 1568521
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions drivers/neo4j/src/test/resources/docker/Neo4j.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
networks:
neo4j-network:
driver: bridge

services:
neo4j:
Expand All @@ -6,8 +9,9 @@ services:
environment:
NEO4J_PASSWORD: "neo4j"
ports:
- "7687:7687"
- "7474:7474"
- '7474:7474'
- '7473:7473'
- '7687:7687'
healthcheck:
test: perl -MIO::Socket::INET -e 'exit(! defined( IO::Socket::INET->new("localhost:7687")))'
interval: 5s
Expand Down

0 comments on commit 1568521

Please sign in to comment.