You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I setup librechat using their instructions. Notably there's a difference when using their npm run start:deployed command as it deploys a separate deploy-compose.yml file and uses the regular docker-compose.yml as a template.
On dockge this stack seemingly gets incorrectly reported as "inactive" despite all the containers running (as seen in the screenshot below):
If they have either name in the docker compose as a root value or COMPOSE_PROJECT_NAME as an env value docker compose will set the stack name to it. This will cause issues with dockge as it expects the stack name to be the same as it's own defined name. If they are different you get the inactive bug
Something that could be solved updating the parser
🛡️ Security Policy
Description
I setup librechat using their instructions. Notably there's a difference when using their
npm run start:deployed
command as it deploys a separate deploy-compose.yml file and uses the regulardocker-compose.yml
as a template.On dockge this stack seemingly gets incorrectly reported as "inactive" despite all the containers running (as seen in the screenshot below):
👟 Reproduction steps
Deploy librechat using their instructions here: https://www.librechat.ai/docs/remote/docker_linux all the way upto the
npm run start:deployed
command.👀 Expected behavior
I expect that since the containers are actually running correctly, dockge should report the stack as active.
😓 Actual Behavior
dockge reports the stack as inactive despite all the containers running
Dockge Version
1.4.2
💻 Operating System and Arch
Ubuntu 20.04 x64
🌐 Browser
Firefox
🐋 Docker Version
Docker version 27.1.2, build d01f264
🟩 NodeJS Version
No response
📝 Relevant log output
No response
The text was updated successfully, but these errors were encountered: