2022-02-10 14:47:44 +00:00
|
|
|
FROM haproxytech/haproxy-alpine:2.5
|
|
|
|
RUN mkdir -p /usr/local/etc/haproxy/ssl /usr/local/etc/haproxy/maps /usr/local/etc/haproxy/spoe
|
|
|
|
|
2022-04-01 21:02:23 +00:00
|
|
|
COPY haproxy/haproxy.cfg-tcp.template /usr/local/etc/haproxy/haproxy.cfg
|
|
|
|
COPY haproxy/dataplaneapi.hcl /usr/local/etc/haproxy/dataplaneapi.hcl
|
|
|
|
COPY haproxy/ssl/default.pem /usr/local/etc/haproxy/ssl/default.pem
|