2021-11-25 10:10:06 +00:00
|
|
|
version: "3.8"
|
|
|
|
services:
|
|
|
|
whoami-a:
|
|
|
|
image: traefik/whoamiudp:latest
|
|
|
|
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
|
|
|
|
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
|
|
|
|
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
|
|
|
|
|
|
|
|
networks:
|
|
|
|
default:
|
|
|
|
name: traefik-test-network
|
|
|
|
external: true
|