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

23 lines
342 B
YAML

version: "3.8"
services:
whoami-a:
image: traefik/whoamiudp:latest
command:
- -name
- whoami-a
whoami-b:
image: traefik/whoamiudp:latest
command:
- -name
- whoami-b
whoami-c:
image: traefik/whoamiudp:latest
command:
- -name
- whoami-c
whoami-d:
image: traefik/whoami