Skip to content

Instantly share code, notes, and snippets.

@cheerfulstoic
Last active February 3, 2016 02:26
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 cheerfulstoic/bc5c79e19265a8eb1575 to your computer and use it in GitHub Desktop.
Save cheerfulstoic/bc5c79e19265a8eb1575 to your computer and use it in GitHub Desktop.
app:
build: .
command: bundle exec rails server -b 0.0.0.0
ports:
- "3000:3000"
# volumes:
# - .:/code
links:
- neo4j
environment:
NEO4J_URL: http://neo4j:neo5j@neo4j:7474
neo4j:
image: neo4j/neo4j:2.3.2
ports:
- "7474:7474"
volumes:
- "./data:/data"
environment:
NEO4J_AUTH: "neo4j/neo5j"
NEO4J_CACHE_MEMORY: 4G
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment