traefik/integration/resources/compose/udp.yml

22 lines
366 B
YAML
Raw Normal View History

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
networks:
default:
name: traefik-test-network
external: true