Skip to content

Commit

Permalink
Replace localstack with localstack-persist
Browse files Browse the repository at this point in the history
  • Loading branch information
austin-hall-skylight committed Aug 29, 2024
1 parent f1a32d0 commit 773e3e2
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions containers/ecr-viewer/compose.storage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,8 @@ services:

# AWS S3 Storage emulator
aws-storage:
container_name: "localstack-main"
image: localstack/localstack:s3-latest
image: gresau/localstack-persist:3
ports:
- "127.0.0.1:4566:4566" # LocalStack Gateway
environment:
- DEBUG=1
- "4566:4566"
volumes:
- "${LOCALSTACK_VOLUME_DIR:-./volume}:/var/lib/localstack"
- "/var/run/docker.sock:/var/run/docker.sock"
- "./volume:/persisted-data"

0 comments on commit 773e3e2

Please sign in to comment.