Created
May 19, 2016 16:45
-
-
Save maxdemarzi/4500ff1457675c047cb566082628d986 to your computer and use it in GitHub Desktop.
Neo4j on Cloud Foundry
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
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