Skip to content

Instantly share code, notes, and snippets.

View neilkidd's full-sized avatar

Neil Kidd neilkidd

  • https://github.com/codeweavers
  • Newcastle Under Lyme, Staffordshire, England
  • 19:08 (UTC)
View GitHub Profile
version: "3.8"
services:
dynamodb-local:
container_name: app-dynamodb-local
command: "-jar DynamoDBLocal.jar -sharedDb -inMemory"
image: amazon/dynamodb-local
ports:
- "8000:8000"
# restart: unless-stopped