2021-01-16 22:07:20 +00:00
|
|
|
---
|
2021-01-17 12:08:58 +00:00
|
|
|
nextcloud_enabled: false
|
2022-07-23 15:32:51 +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"
|
2023-03-09 20:47:42 +00:00
|
|
|
nextcloud_network_name: "nextcloud"
|
|
|
|
|
|
|
|
# docker
|
|
|
|
nextcloud_container_name: "nextcloud"
|
|
|
|
nextcloud_image_name: "nextcloud"
|
|
|
|
nextcloud_image_version: "stable"
|
|
|
|
nextcloud_db_container_name: "nextcloud-db"
|
|
|
|
nextcloud_db_image_name: "mysql"
|
|
|
|
nextcloud_db_image_version: "5.7"
|
2021-01-22 15:57:56 +00:00
|
|
|
|
|
|
|
# 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
|
2023-03-09 20:47:42 +00:00
|
|
|
nextcloud_db_memory: 1g
|