Compare commits

...

2 commits

Author SHA1 Message Date
sid
fe6b0d6c47 Merge pull request 'librechat: fix image ref' (#47) from develop into release-25.11
All checks were successful
Deploy docs / build-and-deploy (push) Successful in 5s
Reviewed-on: #47
2026-05-19 19:32:26 +02:00
sid
fc83c6652d librechat: fix image ref
All checks were successful
Build tests / build-hosts (pull_request) Successful in 24s
Flake check / flake-check (pull_request) Successful in 25s
2026-05-19 19:31:30 +02:00

View file

@ -106,7 +106,8 @@ in
}; };
virtualisation.oci-containers.containers.librechat = { virtualisation.oci-containers.containers.librechat = {
image = toString cfg.image; image = with cfg.image; imageName + ":" + imageTag;
imageFile = cfg.image;
environment = environment =
defaultEnv defaultEnv
// { // {