Skip to content

Latest commit

 

History

History
 
 

docker-neo4j

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Deployment of Neo4J Container with Docker Compose

Built by: jmspring

This template allows you to deploy an Ubuntu Server 15.04 VM with Docker (using the Docker Extension) and starts a Neo4J instance listening on ports 7474 (non-ssl) and 7473 (ssl). The data disk for the Neo4J instance is an external disk mounted on the VM. The container is created using the Docker Compose capabilities of the Azure Docker Extension.

Below are the parameters that the template expects:

Name Description
newStorageAccountName Unique DNS Name for the Storage Account where the Virtual Machine's disks will be placed.
vmName The name of the VM
vmSize The size of the VM
location The location where the Virtual Machine will be deployed
adminUsername Username for the Virtual Machine
adminPassword Password for the Virtual Machine
dnsNameForPublicIP Unique DNS Name for the Public IP used to access the Virtual Machine.