mirror of
https://github.com/MAGICGrants/truenas-apps.git
synced 2026-01-08 20:18:01 -05:00
* chore(deps): update updates-patch-minor * pin mongo * revert * Apply suggestion from @stavros-k --------- Co-authored-by: bugclerk <bugclerk@ixsystems.com> Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
49 lines
1.2 KiB
YAML
49 lines
1.2 KiB
YAML
images:
|
|
image:
|
|
repository: paperlessngx/paperless-ngx
|
|
tag: "2.20.1"
|
|
container_utils_image:
|
|
repository: ixsystems/container-utils
|
|
tag: 1.0.2
|
|
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
|
|
redis_image:
|
|
repository: valkey/valkey
|
|
tag: 9.0.0
|
|
tika_image:
|
|
repository: apache/tika
|
|
tag: "3.2.3.0-full"
|
|
gotenberg_image:
|
|
repository: gotenberg/gotenberg
|
|
tag: "8.25.1"
|
|
postgres_upgrade_image:
|
|
repository: ixsystems/postgres-upgrade
|
|
tag: 1.1.4
|
|
|
|
consts:
|
|
paperless_container_name: paperless
|
|
perms_container_name: permissions
|
|
postgres_container_name: postgres
|
|
redis_container_name: redis
|
|
tika_container_name: tika
|
|
gotenberg_container_name: gotenberg
|
|
data_path: /usr/src/paperless/data
|
|
media_path: /usr/src/paperless/media
|
|
consume_path: /usr/src/paperless/consume
|
|
trash_path: /usr/src/paperless/trash
|
|
db_user: paperless
|
|
db_name: paperless
|
|
tika_run_user: 35002
|
|
tika_run_group: 35002
|
|
gotenberg_run_user: 1001
|
|
gotenberg_run_group: 1001
|
|
tika_port: 9998
|
|
gotenberg_port: 3000
|