dynamo-browse/docker-compose.yml
Leon Mika 6ac22aad1f Checkpoint commit
Have got a basic table select model working.  Now will try to setup modal models to support prompts and confirmations
2022-03-27 08:48:34 +11:00

6 lines
101 B
YAML

version: '3'
services:
dynamo:
image: amazon/dynamodb-local:latest
ports:
- 8000:8000