Files
truenas-apps/ix-dev/community/wger/ix_values.yaml
2025-12-05 15:12:37 +02:00

38 lines
835 B
YAML

images:
image:
repository: wger/server
tag: 2.4-dev
container_utils_image:
repository: ixsystems/container-utils
tag: 1.0.2
nginx_image:
repository: nginxinc/nginx-unprivileged
tag: 1.29.3
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
postgres_upgrade_image:
repository: ixsystems/postgres-upgrade
tag: 1.1.4
consts:
server_container_name: server
worker_container_name: worker
beat_container_name: beat
nginx_container_name: nginx
postgres_container_name: postgres
redis_container_name: redis
perms_container_name: permissions
db_user: wger
db_name: wger
run_as_user: 1000
run_as_group: 1000
internal_server_port: 8000