mirror of
https://github.com/ggogel/seafile-containerized.git
synced 2024-11-16 17:05:32 +00:00
seafile pro 6.3.9
This commit is contained in:
parent
372ccbd3f6
commit
9d5bc91e62
2
ci/ci.sh
2
ci/ci.sh
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
version=6.3.7
|
version=6.3.9
|
||||||
set -e -x
|
set -e -x
|
||||||
./ci/install_deps.sh
|
./ci/install_deps.sh
|
||||||
|
|
||||||
|
|
|
@ -48,6 +48,7 @@ server {
|
||||||
client_max_body_size 0;
|
client_max_body_size 0;
|
||||||
proxy_connect_timeout 36000s;
|
proxy_connect_timeout 36000s;
|
||||||
proxy_read_timeout 36000s;
|
proxy_read_timeout 36000s;
|
||||||
|
proxy_request_buffering off;
|
||||||
}
|
}
|
||||||
|
|
||||||
location /seafdav {
|
location /seafdav {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
server_version=6.3.7
|
server_version=6.3.9
|
||||||
|
|
||||||
base_image=seafileltd/base:18.04
|
base_image=seafileltd/base:18.04
|
||||||
base_image_squashed=seafileltd/base:18.04-squashed
|
base_image_squashed=seafileltd/base:18.04-squashed
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
FROM seafileltd/pro-base:18.04
|
FROM seafileltd/pro-base:18.04
|
||||||
WORKDIR /opt/seafile
|
WORKDIR /opt/seafile
|
||||||
|
|
||||||
ENV SEAFILE_VERSION=6.3.7 SEAFILE_SERVER=seafile-pro-server
|
ENV SEAFILE_VERSION=6.3.9 SEAFILE_SERVER=seafile-pro-server
|
||||||
|
|
||||||
RUN mkdir -p /etc/my_init.d
|
RUN mkdir -p /etc/my_init.d
|
||||||
|
|
||||||
|
|
|
@ -57,6 +57,7 @@ server {
|
||||||
client_max_body_size 0;
|
client_max_body_size 0;
|
||||||
proxy_connect_timeout 36000s;
|
proxy_connect_timeout 36000s;
|
||||||
proxy_read_timeout 36000s;
|
proxy_read_timeout 36000s;
|
||||||
|
proxy_request_buffering off;
|
||||||
}
|
}
|
||||||
|
|
||||||
location /seafdav {
|
location /seafdav {
|
||||||
|
|
|
@ -58,6 +58,7 @@ server {
|
||||||
client_max_body_size 0;
|
client_max_body_size 0;
|
||||||
proxy_connect_timeout 36000s;
|
proxy_connect_timeout 36000s;
|
||||||
proxy_read_timeout 36000s;
|
proxy_read_timeout 36000s;
|
||||||
|
proxy_request_buffering off;
|
||||||
}
|
}
|
||||||
|
|
||||||
location /seafdav {
|
location /seafdav {
|
||||||
|
|
Loading…
Reference in a new issue