Skip to content

Commit

Permalink
feat: add neo4j docker service
Browse files Browse the repository at this point in the history
  • Loading branch information
zvonimirr committed May 10, 2023
1 parent 784b585 commit 2d61be7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
version: '3.8'

services:
neo4j:
container_name: swipex_neo4j
image: neo4j:5.7
environment:
NEO4J_AUTH: 'neo4j/swipex-dev'
ports:
- 7474:7474
- 7687:7687

0 comments on commit 2d61be7

Please sign in to comment.