2021-01-16 22:07:20 +00:00
|
|
|
---
|
2021-01-17 12:08:58 +00:00
|
|
|
nextcloud_enabled: false
|
2021-01-16 22:07:20 +00:00
|
|
|
nextcloud_available_externally: "false"
|
2021-01-19 17:18:12 +00:00
|
|
|
|
|
|
|
# directories
|
2021-01-16 22:07:20 +00:00
|
|
|
nextcloud_data_directory: "{{ docker_home }}/nextcloud"
|
2021-01-19 17:18:12 +00:00
|
|
|
|
|
|
|
# network
|
2021-01-16 22:07:20 +00:00
|
|
|
nextcloud_port: "8080"
|
2021-01-22 15:57:56 +00:00
|
|
|
nextcloud_hostname: "nextcloud"
|
|
|
|
|
|
|
|
# username / passwords
|
|
|
|
nextcloud_sql_user: "nextcloud-user"
|
2021-02-10 23:22:26 +00:00
|
|
|
nextcloud_sql_password: "nextcloud-pass"
|
2021-02-21 19:50:07 +00:00
|
|
|
nextcloud_sql_root_password: "nextcloud-secret"
|
2021-02-23 15:16:29 +00:00
|
|
|
|
|
|
|
# specs
|
|
|
|
nextcloud_memory: 1g
|
|
|
|
nextcloud_mysql_memory: 1g
|