Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add community docker-compose configuration for one-click self-hosting #285

Merged
merged 1 commit into from
Nov 6, 2024

Conversation

HugoRCD
Copy link
Owner

@HugoRCD HugoRCD commented Nov 6, 2024

Fixes #284

Add a new docker-compose.community.yml file and update README.md for community self-hosting.

  • docker-compose.community.yml:

    • Create a new file with configurations for shelve_app, shelve_db, and shelve_redis services.
    • Include health checks, logging options, and resource limits for services.
    • Define a custom network and volumes for postgres and redis.
  • README.md:

    • Add a new section for self-hosting with docker-compose.
    • Provide step-by-step instructions for cloning the repository, copying the example environment file, updating environment variables, running docker-compose, and accessing the application.

For more details, open the Copilot Workspace session.

…osting

Fixes #284

Add a new `docker-compose.community.yml` file and update `README.md` for community self-hosting.

* **docker-compose.community.yml**:
  - Create a new file with configurations for `shelve_app`, `shelve_db`, and `shelve_redis` services.
  - Include health checks, logging options, and resource limits for services.
  - Define a custom network and volumes for `postgres` and `redis`.

* **README.md**:
  - Add a new section for self-hosting with `docker-compose`.
  - Provide step-by-step instructions for cloning the repository, copying the example environment file, updating environment variables, running `docker-compose`, and accessing the application.

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/HugoRCD/shelve/issues/284?shareId=XXXX-XXXX-XXXX-XXXX).
Copy link

vercel bot commented Nov 6, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
shelve-app ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 6, 2024 10:51am
1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
shelve-lp ⬜️ Ignored (Inspect) Visit Preview Nov 6, 2024 10:51am

@github-actions github-actions bot added the feature New feature or request label Nov 6, 2024
Copy link

github-actions bot commented Nov 6, 2024

Thank you for following the naming conventions! 🙏

@HugoRCD HugoRCD self-assigned this Nov 6, 2024
@HugoRCD HugoRCD merged commit 0643743 into main Nov 6, 2024
13 checks passed
@HugoRCD HugoRCD deleted the feat/284-1 branch November 6, 2024 10:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: Develop and document a community docker-compose configuration for one-click self-hosting.
1 participant