aboutsummaryrefslogtreecommitdiffstats
path: root/terminaldweller.com/haproxy/docker-compose.yaml
blob: 95752c890428929fc5b8092b94acc0ed5738966b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
version: "3.4"
services:
  haproxy:
    image: haproxy
    ports:
      - "80:80"
    volumes:
      - ./haproxy.cfg:/usr/local/etc/haproxy/haproxy.cfg:ro
    networks:
      - haproxynet
networks:
  - haproxynet