mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-05 16:58:59 +00:00
10 lines
402 B
Text
10 lines
402 B
Text
![]() |
FROM newsblur/newsblur_python3
|
||
|
FROM haproxy:1.8.22
|
||
|
ENV PYTHONUNBUFFERED=1
|
||
|
ENV NEWSBLUR_PATH=/srv/newsblur
|
||
|
WORKDIR /srv/newsblur
|
||
|
|
||
|
RUN /bin/bash -c 'echo "ENABLED=1" | tee /etc/default/haproxy'
|
||
|
RUN /bin/bash -c 'mkdir -p /srv/newsblur/config/certificates/'
|
||
|
COPY 'config/haproxy_rsyslog.conf' '/etc/rsyslog.d/49-haproxy.conf'
|
||
|
COPY './docker/haproxy/swarm/haproxy.conf /usr/local/etc/haproxy/haproxy.cfg'
|