feat: add ENZO AI workspace compose example - #141
Closed
theguysudo wants to merge 1 commit into
Closed
Conversation
Member
|
Project is too young. Won't add. |
Author
|
what is the minimum age requirement for a project to be added
…On Wed, Sep 9, 2026 at 9:48 PM LRVT ***@***.***> wrote:
*l4rm4nd* left a comment (Haxxnet/Compose-Examples#141)
<#141 (comment)>
Project is too young. Won't add.
—
Reply to this email directly, view it on GitHub
<#141?email_source=notifications&email_token=A6VF3TY32B6RTX6PANALA7D5OF7EHA5CNFSNUABFM5UWIORPF5TWS5BNNB2WEL2JONZXKZKDN5WW2ZLOOQXTKNRQGUYDQOBZGMYKM4TFMFZW63VGMF2XI2DPOKSWK5TFNZ2KYZTPN52GK4S7MNWGSY3L#issuecomment-5605088930>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A6VF3T24HJGS2XO6BGJXDL35OF7EHAVCNFSNUABFKJSXA33TNF2G64TZHM3DAMJTGI4DEOBVHNEXG43VMU5TKNBQGE4TKMJQGQ22C5QC>
.
Triage notifications, keep track of coding agent tasks and review pull
requests on the go with GitHub Mobile for iOS
<https://github.com/notifications/mobile/ios/A6VF3T3ZGAXRHKFXVSWGG2T5OF7EHA5CNFSNUABFM5UWIORPF5TWS5BNNB2WEL2JONZXKZKDN5WW2ZLOOQXTKNRQGUYDQOBZGMYKM4TFMFZW63VGMF2XI2DPOKSWK5TFNZ2KUZTPN52GK4S7NFXXG>
and Android
<https://github.com/notifications/mobile/android/A6VF3T4YFZHP6PDZ3FGACHL5OF7EHA5CNFSNUABFM5UWIORPF5TWS5BNNB2WEL2JONZXKZKDN5WW2ZLOOQXTKNRQGUYDQOBZGMYKM4TFMFZW63VGMF2XI2DPOKSWK5TFNZ2K4ZTPN52GK4S7MFXGI4TPNFSA>.
Download it today!
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Author
|
Fair enough — thanks for taking a look and for the clear feedback. Is there a rough age/traction point where you'd reconsider a resubmission? Happy to circle back once the project has had more time to mature. |
Member
|
Hey @theguysudo, it’s mainly about community adoption and popularity. It wouldn’t make sense to add every public repo to the list, as that would quickly make it unmanageable. The list is mostly focused on software that’s commonly used and actively discussed in r/selfhosted and other self-hosting communities. Hope that helps clarify the criteria! Adoption and popularity is typically indicated by stars and forks. Hope you reach it some day! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a Docker Compose example for ENZO, a self-hosted, bring-your-own-key AI workspace (Apache-2.0).
What's included:
examples/enzo/docker-compose.yml— Single-service compose file following the existing repo conventions (DOCKER_VOLUME_STORAGE, Traefik labels, etc.)examples/enzo/README.md— References and usage notesREADME.mdLarge Language Models & AI section with the new entryENZO fits naturally alongside the existing Ollama + Open WebUI and Serge entries in the Large Language Models & AI section. Where Ollama/Serge focus on local models, ENZO runs on the user's own cloud provider keys (Groq, OpenRouter, NVIDIA, Google AI, Hugging Face) and adds a plain-English agent builder, scheduled agent runs, and skills (web search, Gmail, Google Calendar). No API keys or environment variables are required to start the stack — keys are pasted in the web UI after first boot and sealed client-side (AES-256-GCM); the server only relays requests.
Image:
ghcr.io/theguysudo/enzo:latest(afulltag with all theme videos is also published). The container runs as the unprivilegednodeuser, so the README notes the1000:1000volume ownership requirement.