mirror of
https://github.com/outbackdingo/Biohazard.git
synced 2026-01-27 18:18:26 +00:00
fix(nextcloud): use ceph subdir for data
This commit is contained in:
@@ -33,7 +33,7 @@ spec:
|
||||
TZ: "${CONFIG_TZ}"
|
||||
NC_DOMAIN: &host "${APP_DNS_NEXTCLOUD}"
|
||||
NC_VERSION: "27.1.3"
|
||||
NEXTCLOUD_DATA_DIR: "/ceph"
|
||||
NEXTCLOUD_DATA_DIR: "/ceph/data"
|
||||
NEXTCLOUD_TRUSTED_DOMAINS: *host
|
||||
POSTGRES_HOST:
|
||||
valueFrom:
|
||||
@@ -331,7 +331,7 @@ spec:
|
||||
config.php: |-
|
||||
<?php
|
||||
$CONFIG = array (
|
||||
'datadirectory' => '/ceph',
|
||||
'datadirectory' => '/ceph/data',
|
||||
'overwrite.cli.url' => 'https://${APP_DNS_NEXTCLOUD}',
|
||||
'overwriteprotocol' => 'https',
|
||||
'default_phone_region' => 'SG',
|
||||
|
||||
Reference in New Issue
Block a user