12345678910111213141516171819202122232425262728 |
- images:
- image:
- repository: ccr.ccs.tencentyun.com/seembox/ghcr.io_toeverything_affine
- tag: 0.24.1
- redis_image:
- repository: valkey/valkey
- tag: 8.1.3
- postgres_17_image:
- repository: postgres
- tag: "17.6"
- postgres_upgrade_image:
- repository: ixsystems/postgres-upgrade
- tag: 1.0.4
- consts:
- affine_container_name: affine
- migrations_container_name: migrations
- redis_container_name: redis
- postgres_container_name: postgres
- perms_container_name: permissions
- db_user: affine
- db_name: affine
- run_as_user: 568
- run_as_group: 568
- uploads_path: /root/.affine/storage
- config_path: /root/.affine/config
|