mirror of
https://git.local.zernis.ch/simon/homeserver.zernis.ch.git
synced 2025-12-15 21:09:40 +01:00
11 lines
263 B
Plaintext
11 lines
263 B
Plaintext
nextcloud_folder:
|
|
- data
|
|
- db
|
|
- redis
|
|
|
|
NEXTCLOUD_MYSQL_HOST: 'nextcloud_db'
|
|
NEXTCLOUD_MYSQL_PORT: '3306'
|
|
NEXTCLOUD_MYSQL_DB: nextcloud
|
|
NEXTCLOUD_MYSQL_USER: nextcloud
|
|
NEXTCLOUD_MYSQL_PASS: 'super-secret-pass'
|
|
NEXTCLOUD_MYSQL_ROOT_PASS: 'super-secret-root-pass' |