nextcloud: externalize config
This commit is contained in:
parent
bc932f3982
commit
7dbea8cf65
@ -22,10 +22,10 @@ $CONFIG = array (
|
|||||||
'passwordsalt' => 'ZVrw83bYSVbcbGgczrEzKA1TybqGq3',
|
'passwordsalt' => 'ZVrw83bYSVbcbGgczrEzKA1TybqGq3',
|
||||||
'secret' => 'PpPzzld91HkzSOmc010a/QZvPxH/pR5tOPLxNPmaJUl6gkno',
|
'secret' => 'PpPzzld91HkzSOmc010a/QZvPxH/pR5tOPLxNPmaJUl6gkno',
|
||||||
'trusted_domains' =>
|
'trusted_domains' =>
|
||||||
array (
|
array (
|
||||||
0 => 'nextcloud.rschneider.net',
|
0 => 'nextcloud.rschneider.net',
|
||||||
1 => 'nextcloud.rschneider.hu',
|
1 => 'nextcloud.rschneider.hu',
|
||||||
),
|
),
|
||||||
'datadirectory' => '/var/www/html/data',
|
'datadirectory' => '/var/www/html/data',
|
||||||
'dbtype' => 'mysql',
|
'dbtype' => 'mysql',
|
||||||
'version' => '30.0.0.14',
|
'version' => '30.0.0.14',
|
||||||
|
|||||||
@ -37,7 +37,7 @@ services:
|
|||||||
- db
|
- db
|
||||||
volumes:
|
volumes:
|
||||||
- nextcloud:/var/www/html
|
- nextcloud:/var/www/html
|
||||||
- ./config.php:/var/www/html/config/config.php
|
- ./config.php:/var/www/html/config/config.php:rw
|
||||||
environment:
|
environment:
|
||||||
- MYSQL_PASSWORD=nextcloud
|
- MYSQL_PASSWORD=nextcloud
|
||||||
- MYSQL_DATABASE=nextcloud
|
- MYSQL_DATABASE=nextcloud
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user