imaginary-values.yaml 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. nextcloud:
  6. postgres_image_selector: postgres_17_image
  7. admin_user: admin
  8. admin_password: password
  9. apt_packages:
  10. - ffmpeg
  11. - smbclient
  12. - ocrmypdf
  13. tesseract_languages:
  14. - eng
  15. - chi-sim
  16. imaginary:
  17. enabled: true
  18. host: localhost:8080
  19. data_dir_path: /var/www/html/data
  20. redis_password: YFtYK25GBfr!UsX5mu2Dnd5L5W
  21. db_user: nextcloud
  22. db_password: password
  23. php_upload_limit: 3
  24. php_memory_limit: 512
  25. op_cache_interned_strings_buffer: 32
  26. op_cache_memory_consumption: 128
  27. max_execution_time: 30
  28. cron:
  29. enabled: true
  30. schedule: "*/5 * * * *"
  31. additional_envs: []
  32. network:
  33. web_port:
  34. bind_mode: published
  35. port_number: 8080
  36. certificate_id:
  37. nginx:
  38. proxy_timeout: 60
  39. use_different_port: false
  40. ix_volumes:
  41. postgres_data: /opt/tests/mnt/postgres_data
  42. nextcloud-data: /opt/tests/mnt/nextcloud-data
  43. nextcloud-html: /opt/tests/mnt/nextcloud-html
  44. storage:
  45. data:
  46. type: ix_volume
  47. ix_volume_config:
  48. dataset_name: nextcloud-data
  49. create_host_path: true
  50. html:
  51. type: ix_volume
  52. ix_volume_config:
  53. dataset_name: nextcloud-html
  54. create_host_path: true
  55. postgres_data:
  56. type: ix_volume
  57. ix_volume_config:
  58. dataset_name: postgres_data
  59. create_host_path: true
  60. additional_storage: []