[PR #551] [CLOSED] Feature/dockerfile #3391

Closed
opened 2026-02-22 18:33:41 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/551
Author: @franzbischoff
Created: 1/6/2024
Status: Closed

Base: masterHead: feature/dockerfile


📝 Commits (4)

  • 6c37589 Update Docker setup and health checks
  • c3e0f75 Merge branch 'Mintplex-Labs:master' into feature/dockerfile
  • c2fecde Merge branch 'Mintplex-Labs:master' into feature/dockerfile
  • 3f49f06 Merge branch 'Mintplex-Labs:master' into feature/dockerfile

📊 Changes

4 files changed (+68 additions, -40 deletions)

View changed files

📝 docker/Dockerfile (+47 -30)
📝 docker/docker-compose.yml (+10 -0)
📝 docker/docker-entrypoint.sh (+6 -5)
📝 docker/docker-healthcheck.sh (+5 -5)

📄 Description

  • Update Docker setup and health checks.
  • Following hadoling and shellcheck BP.
  • Refined Dockerfile for improved shell practices and dependency cleanup
    to reduce build size and potential for uncaught failures.
  • Updated the base Ubuntu image for fresher dependencies.
  • The health check script now correctly handles HTTP response codes with variable quoting.
  • Simplified working directory changes and redundant script executions in Docker container
    setup.
  • Added comments and stub for possible future GPU support in docker-compose.yml.

Note: Ensure deployment paths for storage volumes are configured as per
project requirements.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Mintplex-Labs/anything-llm/pull/551 **Author:** [@franzbischoff](https://github.com/franzbischoff) **Created:** 1/6/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `feature/dockerfile` --- ### 📝 Commits (4) - [`6c37589`](https://github.com/Mintplex-Labs/anything-llm/commit/6c37589261e29778315989aef981d8112141a2be) Update Docker setup and health checks - [`c3e0f75`](https://github.com/Mintplex-Labs/anything-llm/commit/c3e0f7558bbb257049026a1f9e439b0ef513b0e8) Merge branch 'Mintplex-Labs:master' into feature/dockerfile - [`c2fecde`](https://github.com/Mintplex-Labs/anything-llm/commit/c2fecde842080bb8b163f3c8db6b02f48ea70ff3) Merge branch 'Mintplex-Labs:master' into feature/dockerfile - [`3f49f06`](https://github.com/Mintplex-Labs/anything-llm/commit/3f49f06e9bba33b7ed51a261cbb5bd99edd77abf) Merge branch 'Mintplex-Labs:master' into feature/dockerfile ### 📊 Changes **4 files changed** (+68 additions, -40 deletions) <details> <summary>View changed files</summary> 📝 `docker/Dockerfile` (+47 -30) 📝 `docker/docker-compose.yml` (+10 -0) 📝 `docker/docker-entrypoint.sh` (+6 -5) 📝 `docker/docker-healthcheck.sh` (+5 -5) </details> ### 📄 Description - Update Docker setup and health checks. - Following hadoling and shellcheck BP. - Refined Dockerfile for improved shell practices and dependency cleanup to reduce build size and potential for uncaught failures. - Updated the base Ubuntu image for fresher dependencies. - The health check script now correctly handles HTTP response codes with variable quoting. - Simplified working directory changes and redundant script executions in Docker container setup. - Added comments and stub for possible future GPU support in `docker-compose.yml`. Note: Ensure deployment paths for storage volumes are configured as per project requirements. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-22 18:33:41 -05:00
yindo closed this issue 2026-02-22 18:33:41 -05:00
yindo changed title from [PR #551] Feature/dockerfile to [PR #551] [CLOSED] Feature/dockerfile 2026-06-05 15:13:11 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#3391