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
  • 02:26 (UTC +01:00)
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