Skip to content

Instantly share code, notes, and snippets.

@eduzen
Created February 2, 2020 17:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eduzen/afbbdf8321de5f669d5c128304fc9549 to your computer and use it in GitHub Desktop.
Save eduzen/afbbdf8321de5f669d5c128304fc9549 to your computer and use it in GitHub Desktop.
dynamo-db-admin
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