Created
          July 24, 2016 20:43 
        
      - 
      
- 
        Save hkparker/027862b5328dd8792934d5ed7fdb63df to your computer and use it in GitHub Desktop. 
    Docker Compose for Xen Orchestra
  
        
  
    
      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
    
  
  
    
  | 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