Update Dockerfile
This commit is contained in:
parent
dd13471b26
commit
e9d1b58708
10
Dockerfile
10
Dockerfile
@ -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/*
|
&& sed -i -e 's/80/8080/g' /etc/apache2/sites-available/*
|
||||||
|
|
||||||
# Configure Varnish
|
# Configure Varnish
|
||||||
#RUN systemctl start varnish \
|
RUN rm /etc/varnish/devault.vcl \
|
||||||
# && systemctl enable varnish
|
&& cp varnish.vcl /etc/varnish/devault.vcl
|
||||||
|
|
||||||
# Configure PosgtreSQL
|
# Configure PosgtreSQL
|
||||||
COPY postgresql.custom.conf.tmpl /etc/postgresql/13/main/
|
COPY postgresql.custom.conf.tmpl /etc/postgresql/13/main/
|
||||||
@ -191,12 +191,6 @@ RUN mkdir -p /home/renderer/src \
|
|||||||
&& rm -rf .git \
|
&& rm -rf .git \
|
||||||
&& chmod u+x /home/renderer/src/regional/trim_osc.py
|
&& chmod u+x /home/renderer/src/regional/trim_osc.py
|
||||||
|
|
||||||
# Firewall configuration
|
|
||||||
#RUN RUN ufw allow ssh \
|
|
||||||
# é& ufw allow http \
|
|
||||||
# && ufw allow https \
|
|
||||||
# && ufw enable
|
|
||||||
|
|
||||||
# Start running
|
# Start running
|
||||||
COPY run.sh /
|
COPY run.sh /
|
||||||
COPY indexes.sql /
|
COPY indexes.sql /
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user