mirror of
https://github.com/MAGICGrants/truenas-apps.git
synced 2026-01-08 04:03:51 -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>
20 lines
466 B
YAML
20 lines
466 B
YAML
images:
|
|
image:
|
|
repository: ghcr.io/juanfont/headscale
|
|
tag: v0.27.1
|
|
container_utils_image:
|
|
repository: ixsystems/container-utils
|
|
tag: 1.0.2
|
|
alpine_image:
|
|
repository: alpine
|
|
tag: "3.23.0"
|
|
|
|
consts:
|
|
headscale_container_name: headscale
|
|
perms_container_name: permissions
|
|
run_path: /var/run/headscale
|
|
lib_path: /var/lib/headscale
|
|
config_path: /etc/headscale
|
|
ssl_key_path: /certs/headscale.key
|
|
ssl_cert_path: /certs/headscale.crt
|