inspircd/haproxy/docker-compose.yml

10 lines
192 B
YAML
Raw Normal View History

services:
haproxy:
restart: on-failure:3
build:
context: .
image: haproxy
network_mode: "host"
2025-01-05 16:00:37 +00:00
volumes:
- ./haproxy.cfg:/usr/local/etc/haproxy/haproxy.cfg:ro