2021-11-25 10:10:06 +00:00
|
|
|
version: "3.8"
|
|
|
|
services:
|
|
|
|
haproxy:
|
|
|
|
image: haproxy:2.2
|
|
|
|
volumes:
|
|
|
|
- ./resources/haproxy/haproxy.cfg:/usr/local/etc/haproxy/haproxy.cfg
|
2017-10-30 09:02:03 +00:00
|
|
|
|
2021-11-25 10:10:06 +00:00
|
|
|
whoami:
|
|
|
|
image: traefik/whoami
|
|
|
|
|
|
|
|
networks:
|
|
|
|
default:
|
|
|
|
name: traefik-test-network
|
|
|
|
external: true
|