docker compose, gh actions, and instructions#514
Open
gwbischof wants to merge 6 commits intoslopus:mainfrom
Open
docker compose, gh actions, and instructions#514gwbischof wants to merge 6 commits intoslopus:mainfrom
gwbischof wants to merge 6 commits intoslopus:mainfrom
Conversation
- Add CERT_RESOLVER env var for certificate resolver name - Add TRAEFIK_ENTRYPOINT env var for HTTPS entrypoint - Add traefik.docker.network label to ensure correct network routing - Add SERVER_IMAGE env var for using pre-built images - Fix server port from 3000 to 3005 - Update .env.example with new configuration options Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
HirokiKobayashi-R
pushed a commit
to HirokiKobayashi-R/happy
that referenced
this pull request
Feb 11, 2026
Adds docker-compose.yaml with PostgreSQL, Redis, MinIO, Traefik configuration for self-hosted Happy Server. Includes .env.example, deploy workflow, and README documentation for self-hosting. Cherry-picked from slopus/happy PR slopus#514 (gwbischof). Co-authored-by: gwbischof <gwbischof@users.noreply.github.com>
HirokiKobayashi-R
added a commit
to HirokiKobayashi-R/happy
that referenced
this pull request
Feb 11, 2026
Cherry-picked from upstream PR slopus#514 (gwbischof): - docker-compose.yaml: PostgreSQL, Redis, MinIO, Traefik - .env.example: environment variable template - deploy-server.yml: GitHub Actions CI/CD pipeline - README: self-hosting docs, install from source, build variants - gradle.properties: JVM memory for Android builds Clone URLs updated to fork repository.
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.
This is how im installing from source and deploying.
Feel free to copy-paste anything useful