Improve integration tests
Co-authored-by: Julien Salleyron <julien.salleyron@gmail.com>
This commit is contained in:
parent
cd8d5b8f10
commit
e522446909
85 changed files with 3482 additions and 4609 deletions
|
@ -2,38 +2,58 @@ version: "3.8"
|
|||
services:
|
||||
whoami-a:
|
||||
image: traefik/whoamitcp
|
||||
command: -name whoami-a -certFile /certs/whoami-a.crt -keyFile /certs/whoami-a.key
|
||||
command:
|
||||
- -name
|
||||
- whoami-a
|
||||
- -certFile
|
||||
- /certs/whoami-a.crt
|
||||
- -keyFile
|
||||
- /certs/whoami-a.key
|
||||
volumes:
|
||||
- ./fixtures/tcp:/certs
|
||||
|
||||
whoami-b:
|
||||
image: traefik/whoamitcp
|
||||
command: -name whoami-b -certFile /certs/whoami-b.crt -keyFile /certs/whoami-b.key
|
||||
command:
|
||||
- -name
|
||||
- whoami-b
|
||||
- -certFile
|
||||
- /certs/whoami-b.crt
|
||||
- -keyFile
|
||||
- /certs/whoami-b.key
|
||||
volumes:
|
||||
- ./fixtures/tcp:/certs
|
||||
|
||||
whoami-ab:
|
||||
image: traefik/whoamitcp
|
||||
command: -name whoami-ab -certFile /certs/whoami-b.crt -keyFile /certs/whoami-b.key
|
||||
command:
|
||||
- -name
|
||||
- whoami-ab
|
||||
- -certFile
|
||||
- /certs/whoami-b.crt
|
||||
- -keyFile
|
||||
- /certs/whoami-b.key
|
||||
volumes:
|
||||
- ./fixtures/tcp:/certs
|
||||
|
||||
whoami-no-cert:
|
||||
image: traefik/whoamitcp
|
||||
command: -name whoami-no-cert
|
||||
command:
|
||||
- -name
|
||||
- whoami-no-cert
|
||||
|
||||
whoami-no-tls:
|
||||
image: traefik/whoamitcp
|
||||
command: -name whoami-no-tls
|
||||
command:
|
||||
- -name
|
||||
- whoami-no-tls
|
||||
|
||||
whoami:
|
||||
image: traefik/whoami
|
||||
|
||||
whoami-banner:
|
||||
image: traefik/whoamitcp
|
||||
command: -name whoami-banner --banner
|
||||
|
||||
networks:
|
||||
default:
|
||||
name: traefik-test-network
|
||||
external: true
|
||||
command:
|
||||
- -name
|
||||
- whoami-banner
|
||||
- --banner
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue