16 lines
728 B
YAML
16 lines
728 B
YAML
# Immich version to deploy, used across all container images
|
|
immich_version: "v2.5.6"
|
|
|
|
# Hardware acceleration backend for the machine learning container.
|
|
# Supported values: intel, nvidia
|
|
immich_hw_accel: "intel"
|
|
|
|
# Port the machine learning container listens on, published to host loopback.
|
|
immich_ml_port: 3003
|
|
|
|
# URL the immich server uses to reach the machine learning container.
|
|
# Since the ML container runs as a system (root) container with Network=host,
|
|
# it binds directly to the host network. From within the rootless pod, this
|
|
# address may need to be the host's LAN IP or bridge IP rather than 127.0.0.1
|
|
# depending on the rootless network backend in use (pasta/slirp4netns).
|
|
immich_ml_url: "http://127.0.0.1:3003"
|