Seafile v12
This commit is contained in:
parent
f3d6805dc3
commit
626afd4c10
2 changed files with 5 additions and 3 deletions
|
@ -8,6 +8,7 @@ HOST_SEAFILE=seafile
|
||||||
SEAFILE_ADMIN_EMAIL=admin@domain.com
|
SEAFILE_ADMIN_EMAIL=admin@domain.com
|
||||||
SEAFILE_ADMIN_PASSWORD=adminpassword
|
SEAFILE_ADMIN_PASSWORD=adminpassword
|
||||||
SEAFILE_DB_ROOT_PASSWORD=dbpassword
|
SEAFILE_DB_ROOT_PASSWORD=dbpassword
|
||||||
|
SEAFILE_JWT_PRIVATE_KEY=GyNUgwdu9chG4lQIvn7sy0BJz4HHNeosXJ1cms6k
|
||||||
SEAFILE_PHOTOS=/srv/data/seafile
|
SEAFILE_PHOTOS=/srv/data/seafile
|
||||||
|
|
||||||
# immich
|
# immich
|
||||||
|
|
|
@ -12,11 +12,11 @@ services:
|
||||||
memcached:
|
memcached:
|
||||||
container_name: seafile-memcached
|
container_name: seafile-memcached
|
||||||
entrypoint: memcached -m 256
|
entrypoint: memcached -m 256
|
||||||
image: memcached:1.6.18
|
image: memcached:1.6.29
|
||||||
|
|
||||||
seafile:
|
seafile:
|
||||||
container_name: seafile
|
container_name: seafile
|
||||||
image: seafileltd/seafile-mc:11.0-latest
|
image: seafileltd/seafile-mc:12.0-latest
|
||||||
depends_on:
|
depends_on:
|
||||||
- db
|
- db
|
||||||
- memcached
|
- memcached
|
||||||
|
@ -29,6 +29,7 @@ services:
|
||||||
- SEAFILE_SERVER_LETSENCRYPT=false
|
- SEAFILE_SERVER_LETSENCRYPT=false
|
||||||
- FORCE_HTTPS_IN_CONF=true
|
- FORCE_HTTPS_IN_CONF=true
|
||||||
- TIME_ZONE=${TZ}
|
- TIME_ZONE=${TZ}
|
||||||
|
- JWT_PRIVATE_KEY=${SEAFILE_JWT_PRIVATE_KEY}
|
||||||
ports:
|
ports:
|
||||||
- "8017:80"
|
- "8017:80"
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Loading…
Add table
Reference in a new issue