mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
remove haproxy dockerfile usage
This commit is contained in:
parent
9da41745be
commit
059848707f
2 changed files with 1 additions and 12 deletions
|
@ -160,9 +160,7 @@ services:
|
|||
haproxy:
|
||||
domainname: 'nb.local.com'
|
||||
container_name: haproxy
|
||||
build:
|
||||
context: .
|
||||
dockerfile: docker/haproxy/Dockerfile
|
||||
image: haproxy:1.8.22
|
||||
depends_on:
|
||||
- nginx
|
||||
- newsblur_web
|
||||
|
|
|
@ -1,9 +0,0 @@
|
|||
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'
|
Loading…
Add table
Reference in a new issue