Skip to content

Instantly share code, notes, and snippets.

@yarchiT
yarchiT / docker-compose.yml
Last active May 22, 2024 14:53
localstack aws s3 bucket docker configuration
version: '2.1'
services:
localstack:
container_name: "${LOCALSTACK_DOCKER_NAME-localstack_main}"
image: localstack/localstack
network_mode: bridge
ports:
- "4566-4599:4566-4599"
- "${PORT_WEB_UI-8080}:${PORT_WEB_UI-8080}"