Skip to content

Instantly share code, notes, and snippets.

@maxdemarzi
Created May 19, 2016 16:45
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 maxdemarzi/4500ff1457675c047cb566082628d986 to your computer and use it in GitHub Desktop.
Save maxdemarzi/4500ff1457675c047cb566082628d986 to your computer and use it in GitHub Desktop.
Neo4j on Cloud Foundry
---
name: neo4j-deployment
director_uuid: 93c01d2d-a2a5-49d8-8d02-389fd223a9cf
releases:
- {name: neo4j, version: 2.3.3}
networks:
- name: my-network
type: vip
compilation:
workers: 1
network: my-network
reuse_compilation_vms: true
update:
canaries: 1
max_in_flight: 10
canary_watch_time: 1000-30000
update_watch_time: 1000-30000
applications:
- name: newserver
memory: 1G
host: newserver
env: {
}
command: ./bin/neo4j start
path: ./neo4j-community-2.3.3
buildpack : https://github.com/toomasj/heroku-buildpack-java-binary
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment