Skip to content

Instantly share code, notes, and snippets.

@hkparker
Created July 24, 2016 20:43
Show Gist options
  • Save hkparker/027862b5328dd8792934d5ed7fdb63df to your computer and use it in GitHub Desktop.
Save hkparker/027862b5328dd8792934d5ed7fdb63df to your computer and use it in GitHub Desktop.
Docker Compose for Xen Orchestra
version: '2'
services:
xo:
build: .
ports:
- "80:80"
redis:
image: "redis@sha256:b50f15d427aea5b579f9bf972ab82ff8c1c47bffc0481b225c6a714095a9ec34"
expose:
- "6379"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment