You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
408 B
YAML

version: '3.7'
services:
localstack:
network_mode: bridge
image: localstack/localstack-full:latest
container_name: localstack
environment:
- SERVICES=s3:4572,ssm:4583,dynamodb:4569
- DATA_DIR=/tmp/localstack/data
ports:
- "4563-4599:4563-4599"
- "9999:8080"
volumes:
- localstack-data:/tmp/localstack
volumes:
localstack-data:
name: localstack-data