mirror of
https://github.com/MAGICGrants/truenas-apps.git
synced 2026-01-08 04:03:51 -05:00
26 lines
582 B
YAML
26 lines
582 B
YAML
images:
|
|
image:
|
|
repository: tombursch/kitchenowl
|
|
tag: v0.7.4
|
|
container_utils_image:
|
|
repository: ixsystems/container-utils
|
|
tag: 1.0.2
|
|
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.2
|
|
|
|
consts:
|
|
kitchenowl_container_name: kitchenowl
|
|
postgres_container_name: postgres
|
|
perms_container_name: permissions
|
|
db_user: kitchenowl
|
|
db_name: kitchenowl
|
|
data_path: /data
|
|
internal_web_port: 8080
|