services:
etcd:
image: quay.io/coreos/etcd:v3.5.15
command:
- /usr/local/bin/etcd
- --advertise-client-urls=http://0.0.0.0:2379
- --listen-client-urls=http://0.0.0.0:2379
ports:
- "2379:2379"
redis:
image: redis:7-alpine
ports:
- "6379:6379"
otel-collector:
image: otel/opentelemetry-collector:0.104.0
ports:
- "4317:4317"