ix_values.yaml 648 B

12345678910111213141516171819202122232425262728
  1. images:
  2. image:
  3. repository: ccr.ccs.tencentyun.com/seembox/ghcr.io_toeverything_affine
  4. tag: 0.24.1
  5. redis_image:
  6. repository: valkey/valkey
  7. tag: 8.1.3
  8. postgres_17_image:
  9. repository: postgres
  10. tag: "17.6"
  11. postgres_upgrade_image:
  12. repository: ixsystems/postgres-upgrade
  13. tag: 1.0.4
  14. consts:
  15. affine_container_name: affine
  16. migrations_container_name: migrations
  17. redis_container_name: redis
  18. postgres_container_name: postgres
  19. perms_container_name: permissions
  20. db_user: affine
  21. db_name: affine
  22. run_as_user: 568
  23. run_as_group: 568
  24. uploads_path: /root/.affine/storage
  25. config_path: /root/.affine/config