2021-11-25 10:10:06 +00:00
|
|
|
version: "3.8"
|
|
|
|
services:
|
|
|
|
whoami-a:
|
|
|
|
image: traefik/whoamiudp:latest
|
2024-01-09 16:00:07 +00:00
|
|
|
command:
|
|
|
|
- -name
|
|
|
|
- whoami-a
|
2020-02-11 00:26:04 +00:00
|
|
|
|
2021-11-25 10:10:06 +00:00
|
|
|
whoami-b:
|
|
|
|
image: traefik/whoamiudp:latest
|
2024-01-09 16:00:07 +00:00
|
|
|
command:
|
|
|
|
- -name
|
|
|
|
- whoami-b
|
2020-02-11 00:26:04 +00:00
|
|
|
|
2021-11-25 10:10:06 +00:00
|
|
|
whoami-c:
|
|
|
|
image: traefik/whoamiudp:latest
|
2024-01-09 16:00:07 +00:00
|
|
|
command:
|
|
|
|
- -name
|
|
|
|
- whoami-c
|
2020-02-11 00:26:04 +00:00
|
|
|
|
2021-11-25 10:10:06 +00:00
|
|
|
whoami-d:
|
|
|
|
image: traefik/whoami
|