mirror of
https://github.com/MAGICGrants/truenas-apps.git
synced 2026-01-09 20:47:58 -05:00
* chore(deps): update updates-patch-minor * okay --------- Co-authored-by: bugclerk <bugclerk@ixsystems.com> Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
23 lines
478 B
YAML
23 lines
478 B
YAML
images:
|
|
image:
|
|
repository: baserow/baserow
|
|
tag: 1.33.3
|
|
redis_image:
|
|
repository: bitnami/redis
|
|
tag: 8.0.2
|
|
postgres_17_image:
|
|
repository: postgres
|
|
tag: "17.5"
|
|
postgres_upgrade_image:
|
|
repository: ixsystems/postgres-upgrade
|
|
tag: 1.0.2
|
|
|
|
consts:
|
|
baserow_container_name: baserow
|
|
perms_container_name: permissions
|
|
postgres_container_name: postgres
|
|
redis_container_name: redis
|
|
internal_web_port: 80
|
|
db_user: baserow
|
|
db_name: baserow
|