Refactoring. Use YAML instead environment
This commit is contained in:
parent
ca6e54d926
commit
2e4fadf653
6 changed files with 160 additions and 141 deletions
|
|
@ -1,8 +1,8 @@
|
|||
FROM haproxy:1.8-alpine
|
||||
|
||||
RUN apk add --no-cache bash
|
||||
RUN apk add --no-cache bash python3 py-yaml
|
||||
|
||||
COPY *.sh /
|
||||
COPY entrypoint.* /
|
||||
COPY conf.d /etc/haproxy/conf.d
|
||||
COPY assets/errors-custom/* /etc/haproxy/errors-custom/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue