Update Dockerfile
add varnish
This commit is contained in:
parent
b3d57d4250
commit
6a96f3e096
@ -164,8 +164,8 @@ RUN ln -sf /dev/stdout /var/log/apache2/access.log \
|
||||
&& sed -i -e 's/80/8080/g' /etc/apache2/sites-available/*
|
||||
|
||||
# Configure Varnish
|
||||
RUN rm /etc/varnish/devault.vcl
|
||||
COPY varnish.vcl /etc/varnish/devault.vcl
|
||||
RUN rm /etc/varnish/default.vcl
|
||||
COPY default.vcl /etc/varnish/default.vcl
|
||||
|
||||
# Configure PosgtreSQL
|
||||
COPY postgresql.custom.conf.tmpl /etc/postgresql/13/main/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user