5a225b4196
Co-authored-by: Rémi Buisson <remi.buisson@traefik.io>
21 lines
366 B
YAML
21 lines
366 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
|
|
|
|
networks:
|
|
default:
|
|
name: traefik-test-network
|
|
external: true
|