e522446909
Co-authored-by: Julien Salleyron <julien.salleyron@gmail.com>
22 lines
342 B
YAML
22 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
|