This commit is contained in:
Andras Bacsai
2022-04-01 17:16:11 +02:00
parent f56361c0ca
commit 823279fb60
5 changed files with 12 additions and 9 deletions

6
data/haproxy.Dockerfile Normal file
View File

@@ -0,0 +1,6 @@
FROM haproxytech/haproxy-alpine:2.5
RUN mkdir -p /usr/local/etc/haproxy/ssl /usr/local/etc/haproxy/maps /usr/local/etc/haproxy/spoe
COPY data/haproxy/haproxy.cfg.template /usr/local/etc/haproxy/haproxy.cfg
COPY data/haproxy/dataplaneapi.hcl /usr/local/etc/haproxy/dataplaneapi.hcl
COPY data/haproxy/ssl/default.pem /usr/local/etc/haproxy/ssl/default.pem