mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-24 08:52:31 +02:00
update
This commit is contained in:
parent
5ccb0a59a7
commit
45a7f4f2e0
@ -11,11 +11,11 @@ RUN mkdir -p /data/ /webkit/includes/
|
||||
ADD ./*.js /webkit/
|
||||
ADD ./includes/ /webkit/includes/
|
||||
ADD ./bin/ /usr/local/bin/
|
||||
ADD ./haproxy.cfg /etc/haproxy/
|
||||
ADD ./supervisor/supervisord.conf /etc/supervisor/
|
||||
ADD ./supervisor/conf.d/ /etc/supervisor/conf.d/
|
||||
ADD ./monit/conf.d/ /etc/monit/conf.d/
|
||||
ADD ./nginx.cfg /etc/nginx/sites-enabled/default
|
||||
ADD ./etc/haproxy.cfg /etc/haproxy/
|
||||
ADD ./etc/supervisor/supervisord.conf /etc/supervisor/
|
||||
ADD ./etc/supervisor/conf.d/ /etc/supervisor/conf.d/
|
||||
ADD ./etc/monit/conf.d/ /etc/monit/conf.d/
|
||||
ADD ./etc/nginx.cfg /etc/nginx/sites-enabled/default
|
||||
|
||||
VOLUME /data/
|
||||
EXPOSE 80 1024 2812 9001
|
||||
|
BIN
webkit/bin/monit
BIN
webkit/bin/monit
Binary file not shown.
@ -6,7 +6,7 @@ server {
|
||||
|
||||
location / {
|
||||
autoindex on;
|
||||
expires 365d;
|
||||
expires max;
|
||||
try_files $uri $uri/ =404;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user