adisakshya/dev-utils

single docker-compose for dynamodb and dynamodb-admin

Closed this issue · 1 comments

Docker compose file /dynamodb/docker-compose.yml presently feature only dynamodb-local. Dynamodb-admin (source files can be found at /dynamodb/dynamodb-admin) needs to be started manually using Node.js from the command line.

It'll be good to have a single docker-compose file featuring both dynamodb-local and dynamodb-admin.

Added dynamodb-admin in docker-compose.
Commit: 0727fd7