Created
          February 2, 2020 17:22 
        
      - 
      
- 
        Save eduzen/afbbdf8321de5f669d5c128304fc9549 to your computer and use it in GitHub Desktop. 
    dynamo-db-admin
  
        
  
    
      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: | |
| pydy: | |
| build: . | |
| env_file: | |
| - ./.env | |
| volumes: | |
| - .:/code | |
| dynamodb: | |
| image: dwmkerr/dynamodb | |
| env_file: | |
| - ./.env | |
| links: | |
| - dynamodb-admin | |
| ports: | |
| - 8000:8000 | |
| dynamodb-admin: | |
| image: aaronshaf/dynamodb-admin | |
| env_file: | |
| - ./.env | |
| ports: | |
| - 8001:8001 | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment