emqx/.ci/docker-compose-file/docker-compose-kinesis.yaml

13 lines
237 B
YAML

version: '3.9'
services:
kinesis:
container_name: kinesis
image: localstack/localstack:2.1
environment:
- KINESIS_ERROR_PROBABILITY=0.0
- KINESIS_LATENCY=0
restart: always
networks:
- emqx_bridge