mirror of
https://github.com/ggogel/seafile-containerized.git
synced 2024-11-16 09:01:38 +00:00
bump seafile version to 8.0.5
This commit is contained in:
parent
73531a6903
commit
63e8de67e5
|
@ -1,7 +1,7 @@
|
||||||
version: '3.8'
|
version: '3.8'
|
||||||
services:
|
services:
|
||||||
seafile-server:
|
seafile-server:
|
||||||
image: ggogel/seafile-server:8.0.4
|
image: ggogel/seafile-server:8.0.5
|
||||||
volumes:
|
volumes:
|
||||||
- seafile-data:/shared
|
- seafile-data:/shared
|
||||||
environment:
|
environment:
|
||||||
|
@ -18,7 +18,7 @@ services:
|
||||||
endpoint_mode: dnsrr
|
endpoint_mode: dnsrr
|
||||||
|
|
||||||
seahub:
|
seahub:
|
||||||
image: ggogel/seahub:8.0.4
|
image: ggogel/seahub:8.0.5
|
||||||
volumes:
|
volumes:
|
||||||
- seafile-data:/shared
|
- seafile-data:/shared
|
||||||
- seahub-avatars:/shared/seafile/seahub-data/avatars
|
- seahub-avatars:/shared/seafile/seahub-data/avatars
|
||||||
|
|
|
@ -1,14 +1,15 @@
|
||||||
version: '3.8'
|
version: '3.8'
|
||||||
services:
|
services:
|
||||||
seafile-server:
|
seafile-server:
|
||||||
image: ggogel/seafile-server:8.0.4
|
image: ggogel/seafile-server:8.0.5
|
||||||
volumes:
|
volumes:
|
||||||
- seafile-data:/shared
|
- seafile-data:/shared
|
||||||
environment:
|
environment:
|
||||||
- DB_HOST=db
|
- DB_HOST=db
|
||||||
- DB_ROOT_PASSWD=db_dev
|
- DB_ROOT_PASSWD=db_dev
|
||||||
- TIME_ZONE=Europe/Berlin
|
- TIME_ZONE=Europe/Berlin
|
||||||
- HTTPS=false # Set this to true if you plan to use a reverse proxy with HTTPS. Can be changed later in the admin settings on the web-ui.
|
- HTTPS=true
|
||||||
|
- SEAFILE_SERVER_LETSENCRYPT=true # Set this to true if you plan to use a reverse proxy with HTTPS. Can be changed later in the admin settings on the web-ui.
|
||||||
- SEAFILE_SERVER_HOSTNAME=seafile.mydomain.com # Mandatory on first deployment!
|
- SEAFILE_SERVER_HOSTNAME=seafile.mydomain.com # Mandatory on first deployment!
|
||||||
depends_on:
|
depends_on:
|
||||||
- db
|
- db
|
||||||
|
@ -18,7 +19,7 @@ services:
|
||||||
- seafile-net
|
- seafile-net
|
||||||
|
|
||||||
seahub:
|
seahub:
|
||||||
image: ggogel/seahub:8.0.4
|
image: ggogel/seahub:8.0.5
|
||||||
volumes:
|
volumes:
|
||||||
- seafile-data:/shared
|
- seafile-data:/shared
|
||||||
- seahub-avatars:/shared/seafile/seahub-data/avatars
|
- seahub-avatars:/shared/seafile/seahub-data/avatars
|
||||||
|
@ -33,7 +34,7 @@ services:
|
||||||
- seafile-net
|
- seafile-net
|
||||||
|
|
||||||
seahub-media:
|
seahub-media:
|
||||||
image: ggogel/seahub-media:8.0.4
|
image: ggogel/seahub-media:8.0.5
|
||||||
volumes:
|
volumes:
|
||||||
- seahub-avatars:/usr/share/caddy/media/avatars
|
- seahub-avatars:/usr/share/caddy/media/avatars
|
||||||
- seahub-custom:/usr/share/caddy/media/custom
|
- seahub-custom:/usr/share/caddy/media/custom
|
||||||
|
|
|
@ -2,7 +2,7 @@ FROM alpine:3.13 AS get
|
||||||
|
|
||||||
RUN apk add --no-cache wget
|
RUN apk add --no-cache wget
|
||||||
|
|
||||||
ENV SEAFILE_SERVER=seafile-server SEAFILE_VERSION=8.0.4
|
ENV SEAFILE_SERVER=seafile-server SEAFILE_VERSION=8.0.5
|
||||||
|
|
||||||
RUN cd /tmp && \
|
RUN cd /tmp && \
|
||||||
wget https://download.seadrive.org/seafile-server_${SEAFILE_VERSION}_x86-64.tar.gz && \
|
wget https://download.seadrive.org/seafile-server_${SEAFILE_VERSION}_x86-64.tar.gz && \
|
||||||
|
@ -28,7 +28,7 @@ python3-jinja2 \
|
||||||
python3-sqlalchemy \
|
python3-sqlalchemy \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
ENV SEAFILE_VERSION=8.0.4
|
ENV SEAFILE_VERSION=8.0.5
|
||||||
|
|
||||||
COPY --from=get /tmp/seafile-server-${SEAFILE_VERSION} /opt/seafile/seafile-server-${SEAFILE_VERSION}
|
COPY --from=get /tmp/seafile-server-${SEAFILE_VERSION} /opt/seafile/seafile-server-${SEAFILE_VERSION}
|
||||||
COPY scripts /scripts
|
COPY scripts /scripts
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
FROM alpine:3.13 AS get
|
FROM alpine:3.13 AS get
|
||||||
ENV SEAFILE_SERVER=seafile-server SEAFILE_VERSION=8.0.4
|
ENV SEAFILE_SERVER=seafile-server SEAFILE_VERSION=8.0.5
|
||||||
|
|
||||||
RUN apk add --no-cache wget
|
RUN apk add --no-cache wget
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
FROM alpine:3.13 AS get
|
FROM alpine:3.13 AS get
|
||||||
ENV SEAFILE_SERVER=seafile-server SEAFILE_VERSION=8.0.4
|
ENV SEAFILE_SERVER=seafile-server SEAFILE_VERSION=8.0.5
|
||||||
|
|
||||||
RUN apk add --no-cache wget
|
RUN apk add --no-cache wget
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue