mirror of
https://github.com/ggogel/seafile-containerized.git
synced 2024-11-16 09:01:38 +00:00
commit
6e71d470db
2
ci/ci.sh
2
ci/ci.sh
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
version=6.3.7
|
||||
version=6.3.9
|
||||
set -e -x
|
||||
./ci/install_deps.sh
|
||||
|
||||
|
|
|
@ -48,6 +48,7 @@ server {
|
|||
client_max_body_size 0;
|
||||
proxy_connect_timeout 36000s;
|
||||
proxy_read_timeout 36000s;
|
||||
proxy_request_buffering off;
|
||||
}
|
||||
|
||||
location /seafdav {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
server_version=6.3.7
|
||||
server_version=6.3.9
|
||||
|
||||
base_image=seafileltd/base:18.04
|
||||
base_image_squashed=seafileltd/base:18.04-squashed
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
FROM seafileltd/pro-base:18.04
|
||||
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
|
||||
|
||||
|
@ -15,4 +15,6 @@ ADD scripts/create_data_links.sh /etc/my_init.d/01_create_data_links.sh
|
|||
COPY scripts /scripts
|
||||
COPY templates /templates
|
||||
|
||||
EXPOSE 80
|
||||
|
||||
CMD ["/sbin/my_init", "--", "/scripts/start.py"]
|
||||
|
|
|
@ -57,6 +57,7 @@ server {
|
|||
client_max_body_size 0;
|
||||
proxy_connect_timeout 36000s;
|
||||
proxy_read_timeout 36000s;
|
||||
proxy_request_buffering off;
|
||||
}
|
||||
|
||||
location /seafdav {
|
||||
|
|
|
@ -58,6 +58,7 @@ server {
|
|||
client_max_body_size 0;
|
||||
proxy_connect_timeout 36000s;
|
||||
proxy_read_timeout 36000s;
|
||||
proxy_request_buffering off;
|
||||
}
|
||||
|
||||
location /seafdav {
|
||||
|
|
Loading…
Reference in a new issue