Created
          August 31, 2017 09:29 
        
      - 
      
- 
        Save toast38coza/4b68a8dcd83bbb880350a7ea1fce5251 to your computer and use it in GitHub Desktop. 
    Konga Dashboard for Kong API Gateway
  
        
  
    
      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: "3" | |
| services: | |
| konga: | |
| image: pantsel/konga:latest | |
| env_file: 'kong.env' | |
| ports: | |
| - '8999:1337' | |
| mongo: | |
| image: mongo | |
| volumes: | |
| - 'mongo_data:/data/db' | |
| volumes: | |
| mongo_data: | 
  
    
      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
    
  
  
    
  | # edit accordingly | |
| DB_ADAPTER=mongo | |
| DB_HOST=mongo | |
| DB_DATABASE=konga | |
| NODE_ENV=development | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment