mirror of
https://github.com/yusing/godoxy.git
synced 2026-01-11 22:30:47 +01:00
Idlewatcher doesn't work with python healthcheck #119
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mrg358 on GitHub (Nov 8, 2025).
Coqui Docker Compose
Godoxy Logs
Coqui container up and running healthy
Coqui frontend stuck in waiting mode
@yusing commented on GitHub (Nov 8, 2025):
This image
ghcr.io/coqui-ai/tts-cpudoes not haveEXPOSEdefined in Dockerfile (which means no ports are exposed by default), so godoxy does not know which port to use.Add
proxy.#1.port: 5002or@mrg358 commented on GitHub (Nov 8, 2025):
Oh, I see. That explains my troubles with idlewatcher.
Problem solved, thanks @yusing 👍