mirror of
https://github.com/MAGICGrants/truenas-apps.git
synced 2026-01-08 20:18:01 -05:00
* chore(deps): update updates-patch-minor * revert --------- Co-authored-by: bugclerk <bugclerk@ixsystems.com> Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
35 lines
773 B
YAML
35 lines
773 B
YAML
images:
|
|
image:
|
|
repository: ghcr.io/toeverything/affine
|
|
tag: 0.25.6
|
|
container_utils_image:
|
|
repository: ixsystems/container-utils
|
|
tag: 1.0.2
|
|
redis_image:
|
|
repository: valkey/valkey
|
|
tag: 9.0.0
|
|
postgres_17_image:
|
|
repository: postgres
|
|
tag: 17.7-bookworm
|
|
postgres_18_image:
|
|
repository: postgres
|
|
tag: 18.1-trixie
|
|
postgres_upgrade_image:
|
|
repository: ixsystems/postgres-upgrade
|
|
tag: 1.1.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
|