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
All checks were successful
Deploy configs / deploy-configs (push) Successful in 38s
Reviewed-on: #21
This commit is contained in:
commit
e7afb9a36b
1 changed files with 3 additions and 0 deletions
|
|
@ -36,4 +36,7 @@
|
||||||
# AUDIO_TTS_OPENAI_API_KEY=${config.sops.placeholder."open-webui-oci/tts-api-key"}
|
# 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" ];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue