open-webui: hotfix: disable health checks
All checks were successful
Build hosts / build-hosts (pull_request) Successful in 19s
Flake check / flake-check (pull_request) Successful in 19s

This commit is contained in:
sid 2026-04-16 01:03:32 +02:00
parent c74812e93e
commit d623b03316

View file

@ -36,4 +36,7 @@
# AUDIO_TTS_OPENAI_API_KEY=${config.sops.placeholder."open-webui-oci/tts-api-key"}
# '';
# };
# HOTFIX
virtualisation.oci-containers.containers.open-webui.extraOptions = [ "--health-cmd=none" ];
}