Compare commits

...

2 commits

Author SHA1 Message Date
sid
e7afb9a36b Merge pull request 'open-webui: hotfix: disable health checks' (#21) from develop into master
All checks were successful
Deploy configs / deploy-configs (push) Successful in 38s
Reviewed-on: #21
2026-04-16 01:09:04 +02:00
sid
d623b03316 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
2026-04-16 01:03:32 +02:00

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" ];
}