mirror of
https://github.com/MAGICGrants/truenas-apps.git
synced 2026-01-08 20:18:01 -05:00
46 lines
1.2 KiB
YAML
46 lines
1.2 KiB
YAML
images:
|
|
image:
|
|
repository: quay.io/invidious/invidious
|
|
tag: 2.20250913.0
|
|
container_utils_image:
|
|
repository: ixsystems/container-utils
|
|
tag: 1.0.2
|
|
companion_image:
|
|
repository: quay.io/invidious/invidious-companion
|
|
tag: latest
|
|
postgres_15_image:
|
|
repository: postgres
|
|
tag: 15.15-bookworm
|
|
postgres_17_image:
|
|
repository: postgres
|
|
tag: 17.7-bookworm
|
|
postgres_18_image:
|
|
repository: postgres
|
|
tag: 18.1-trixie
|
|
git_image:
|
|
repository: alpine/git
|
|
tag: 2.49.1
|
|
yq_image:
|
|
repository: mikefarah/yq
|
|
tag: 4.49.2
|
|
postgres_upgrade_image:
|
|
repository: ixsystems/postgres-upgrade
|
|
tag: 1.1.2
|
|
|
|
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
|
|
companion_container_name: companion
|
|
postgres_container_name: postgres
|
|
perms_container_name: permissions
|
|
run_as_user: 1000
|
|
run_as_group: 1000
|
|
inv_companion_run_as_user: 10001
|
|
inv_companion_run_as_group: 10001
|
|
inv_companion_port: 8282
|
|
config_path: /config
|
|
db_name: kemal # Hardcoded in the image
|
|
db_user: kemal # Hardcoded in the image
|