traefik/integration/resources/compose/etcd.yml
Michael e522446909
Improve integration tests
Co-authored-by: Julien Salleyron <julien.salleyron@gmail.com>
2024-01-09 17:00:07 +01:00

11 lines
215 B
YAML

version: "3.8"
services:
etcd:
image: quay.io/coreos/etcd:v3.3.18
command:
- etcd
- --listen-client-urls
- http://0.0.0.0:2379
- --advertise-client-urls
- http://0.0.0.0:2380