This repository has been archived on 2022-11-03. You can view files and clone it, but cannot push or open issues or pull requests.
docker_systems/archive/haproxy/docker-compose.yml

12 lines
190 B
YAML

version: "3.3"
services:
gateway:
image: haproxy:2.3
volumes:
- ./config:/usr/local/etc/haproxy:ro
ports:
- 80:80
- 443:443
network_mode: "host"
restart: unless-stopped