Skip to content

Instantly share code, notes, and snippets.

@conker84
Created July 10, 2018 10:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save conker84/f5cb14746c31fbaf0d3bee196c66ab0c to your computer and use it in GitHub Desktop.
Save conker84/f5cb14746c31fbaf0d3bee196c66ab0c to your computer and use it in GitHub Desktop.
version: '3'
services:
neo4j:
image: neo4j
networks:
- host
ports:
- 7474:7474
- 7687:7687
environment:
- NEO4J_AUTH=neo4j/zeppelin
zeppelin:
build:
context: .
image: santand84/zeppelin:0.8.0
networks:
- host
ports:
- 8080:8080
volumes:
- C:/Users/a.santurbano/Desktop/zep-neo/zeppelin/notebook:/zeppelin/notebook
- C:/Users/a.santurbano/Desktop/zep-neo/zeppelin/conf:/zeppelin/conf
networks:
host:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment