Skip to content
This repository has been archived by the owner on Feb 10, 2021. It is now read-only.

misoca/dynamodb-local-persist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

dynamodb-local-persist

amazon/dynamodb-local with data persistence

How to use

Launch by Docker

$ docker run -p 8000:8000 -v /path/to/mount:/home/dynamodblocal/db misoca/dynamodb-local-persist

Launch by Docker Compose

services:
  dynamodb:
    image: misoca/dynamodb-local-persist
    ports:
      - "8000:8000"
    volumes:
      - db-data:/home/dynamodblocal/db
volumes:
  db-data:
    driver: local

About

amazon/dynamodb-local with data persistence

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published