Skip to content

Instantly share code, notes, and snippets.

@ramosmerino
Last active September 28, 2025 17:10
Show Gist options
  • Select an option

  • Save ramosmerino/e61bf270006a8b8672df948e2d325039 to your computer and use it in GitHub Desktop.

Select an option

Save ramosmerino/e61bf270006a8b8672df948e2d325039 to your computer and use it in GitHub Desktop.
LocalStack with Persistence docker-compose
version: '3.9'
services:
localstack:
image: gresau/localstack-persist:3 # instead of localstack/localstack:3
ports:
- "4566:4566"
volumes:
- "./persisted-data:/persisted-data"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment