ix_values.yaml 664 B

123456789101112131415161718192021222324252627
  1. images:
  2. image:
  3. repository: ccr.ccs.tencentyun.com/seembox/outlinewiki_outline
  4. tag: 0.87.3
  5. postgres_17_image:
  6. repository: postgres
  7. tag: 17.6-bookworm
  8. postgres_upgrade_image:
  9. repository: ixsystems/postgres-upgrade
  10. tag: 1.0.4
  11. redis_image:
  12. repository: valkey/valkey
  13. tag: 8.1.3
  14. consts:
  15. outline_container_name: outline
  16. cron_container_name: cron
  17. postgres_container_name: postgres
  18. redis_container_name: redis
  19. perms_container_name: permissions
  20. data_path: /var/lib/outline/data
  21. ssl_cert_path: /certs/cert.pem
  22. ssl_key_path: /certs/key.pem
  23. db_user: outline
  24. db_name: outline
  25. run_as_user: 1001
  26. run_as_group: 1001