123456789101112131415161718192021222324252627282930313233343536373839 |
- images:
- image:
- repository: ccr.ccs.tencentyun.com/seembox/quay.io_invidious_invidious
- tag: "2.20250517.0"
- sig_helper_image:
- repository: quay.io/invidious/inv-sig-helper
- tag: latest
- postgres_15_image:
- repository: postgres
- tag: "15.14"
- postgres_17_image:
- repository: postgres
- tag: 17.6-bookworm
- git_image:
- repository: alpine/git
- tag: 2.49.1
- yq_image:
- repository: mikefarah/yq
- tag: 4.47.1
- postgres_upgrade_image:
- repository: ixsystems/postgres-upgrade
- tag: 1.0.4
- consts:
- db_seed_fetch_container_name: db_seed_fetch
- db_seed_apply_container_name: db_seed_apply
- config_container_name: config
- invidious_container_name: invidious
- sig_helper_container_name: signature-helper
- postgres_container_name: postgres
- perms_container_name: permissions
- internal_sig_helper_port: 12999
- run_as_user: 1000
- run_as_group: 1000
- inv_sig_helper_run_as_user: 10001
- inv_sig_helper_run_as_group: 10001
- config_path: /config
- db_name: kemal # Hardcoded in the image
- db_user: kemal # Hardcoded in the image
|