modified
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
SECRET_KEY = "b'xm9@_ph2%*1ex-pcp$t3kl1hpgt!10rkzf$5&9mcoxeq6-hv!g'"
|
SECRET_KEY = "b'xm9@_ph2%*1ex-pcp$t3kl1hpgt!10rkzf$5&9mcoxeq6-hv!g'"
|
||||||
SERVICE_URL = "https://seafile.zinomedia.de/"
|
SERVICE_URL = "https://seafile.zinomedia.de"
|
||||||
CSRF_TRUSTED_ORIGINS = ['https://seafile.zinomedia.de']
|
CSRF_TRUSTED_ORIGINS = ['https://seafile.zinomedia.de']
|
||||||
|
|
||||||
DATABASES = {
|
DATABASES = {
|
||||||
|
|||||||
@@ -6,6 +6,7 @@ services:
|
|||||||
restart: "on-failure"
|
restart: "on-failure"
|
||||||
volumes:
|
volumes:
|
||||||
- ./volumes/seafile-data:/shared
|
- ./volumes/seafile-data:/shared
|
||||||
|
- ./volumes/seahub:/opt/seafile/seafile-server-latest/seahub
|
||||||
environment:
|
environment:
|
||||||
- DB_HOST=seafile-mariadb
|
- DB_HOST=seafile-mariadb
|
||||||
- DB_ROOT_PASSWD=Fk%Bysffpw5ob2t@
|
- DB_ROOT_PASSWD=Fk%Bysffpw5ob2t@
|
||||||
|
|||||||
Reference in New Issue
Block a user