mirror of
https://github.com/Dokploy/templates.git
synced 2026-05-06 02:07:03 -05:00
[PR #604] [MERGED] Fix Cap.so template MinIO deployment failure #1160
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?
📋 Pull Request Information
Original PR: https://github.com/Dokploy/templates/pull/604
Author: @Copilot
Created: 12/19/2025
Status: ✅ Merged
Merged: 12/19/2025
Merged by: @Siumauricio
Base:
canary← Head:copilot/fix-minio-image-deployment📝 Commits (4)
59bd702Initial plana02cd9aFix Cap.so MinIO image to use official quay.io image9a934f7Fix MinIO healthcheck to use curl instead of mccd7b622Update .gitignore📊 Changes
3 files changed (+628 additions, -4 deletions)
View changed files
📝
.gitignore(+3 -1)📝
blueprints/capso/docker-compose.yml(+10 -3)➕
build-scripts/package-lock.json(+615 -0)📄 Description
What is this PR about?
Bitnami discontinued free Docker Hub images in August 2024. Cap.so template used
bitnami/minio:latest, causing manifest pull failures during deployment.Changes:
bitnami/minio:latest→quay.io/minio/minio:RELEASE.2025-05-24T17-08-30ZMINIO_API_PORT_NUMBER,MINIO_CONSOLE_PORT_NUMBER) with command-based port config/minio/health/readyendpoint)depends_onfor proper service startup orderChecklist
Screenshots or Videos
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.