traefik/integration/resources/compose/proxy-protocol.yml

15 lines
256 B
YAML
Raw Normal View History

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
whoami:
image: traefik/whoami
networks:
default:
name: traefik-test-network
external: true