blob: 321d7602bb3abd5bbfe40a49de7d9bf2f607bb83 [file] [log] [blame]
version: '3'
services:
kinesis:
image: localstack/localstack:0.12.8
ports:
- "4566:4566"
- "4751:4751"
container_name: kinesis_test_node
environment:
SERVICES: dynamodb,cloudwatch,kinesis
AWS_REGION: us-east-1
networks:
- setup_local_env_default
networks:
setup_local_env_default:
external: true