GoHome/haproxy/haproxy-compose.yaml.b2
2022-07-28 23:00:31 +02:00

12 lines
266 B
Plaintext

version: "3"
services:
haproxy:
image: haproxy:alpine
ports:
- "HAPROXY_PORT:HAPROXY_PORT"
- "HAPROXY_STATS_PORT:HAPROXY_STATS_PORT"
volumes:
- ./config/haproxy.cfg:/usr/local/etc/haproxy/haproxy.cfg:ro
networks:
proxy:
external: true