5a225b4196
Co-authored-by: Rémi Buisson <remi.buisson@traefik.io>
21 lines
286 B
YAML
21 lines
286 B
YAML
version: "3.8"
|
|
services:
|
|
whoami1:
|
|
image: traefik/whoami
|
|
|
|
whoami2:
|
|
image: traefik/whoami
|
|
|
|
whoami3:
|
|
image: traefik/whoami
|
|
|
|
whoami4:
|
|
image: traefik/whoami
|
|
|
|
whoami5:
|
|
image: traefik/whoami
|
|
|
|
networks:
|
|
default:
|
|
name: traefik-test-network
|
|
external: true
|