[PR #637] [CLOSED] feat: add Payload CMS 3.0 template #1971

Closed
opened 2026-04-20 11:00:52 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Dokploy/templates/pull/637
Author: @codeugar
Created: 1/1/2026
Status: Closed

Base: canaryHead: add-payload-template


📝 Commits (1)

  • 275617d feat: add Payload CMS 3.0 template

📊 Changes

3 files changed (+92 additions, -0 deletions)

View changed files

blueprints/payload/docker-compose.yml (+60 -0)
blueprints/payload/payload.svg (+5 -0)
blueprints/payload/template.toml (+27 -0)

📄 Description

Summary

  • Add one-click deployment template for Payload CMS 3.0
  • Includes PostgreSQL database and MinIO S3-compatible storage
  • Uses runtime initialization approach for flexibility

Services

Service Image Purpose
payload sugarlin/payload:3.0 Payload CMS application
postgres postgres:16-alpine Database
minio minio/minio:latest S3-compatible object storage
minio-init minio/mc:latest Bucket initialization

Test plan

  • Deploy template in Dokploy instance
  • Verify Payload admin panel loads
  • Test media upload with MinIO storage
  • Confirm database connectivity

🤖 Generated with Claude Code


🔄 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/Dokploy/templates/pull/637 **Author:** [@codeugar](https://github.com/codeugar) **Created:** 1/1/2026 **Status:** ❌ Closed **Base:** `canary` ← **Head:** `add-payload-template` --- ### 📝 Commits (1) - [`275617d`](https://github.com/Dokploy/templates/commit/275617de9bf5d96311fa6651678b33a6996c3c52) feat: add Payload CMS 3.0 template ### 📊 Changes **3 files changed** (+92 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `blueprints/payload/docker-compose.yml` (+60 -0) ➕ `blueprints/payload/payload.svg` (+5 -0) ➕ `blueprints/payload/template.toml` (+27 -0) </details> ### 📄 Description ## Summary - Add one-click deployment template for **Payload CMS 3.0** - Includes PostgreSQL database and MinIO S3-compatible storage - Uses runtime initialization approach for flexibility ## Services | Service | Image | Purpose | |---------|-------|---------| | payload | sugarlin/payload:3.0 | Payload CMS application | | postgres | postgres:16-alpine | Database | | minio | minio/minio:latest | S3-compatible object storage | | minio-init | minio/mc:latest | Bucket initialization | ## Test plan - [ ] Deploy template in Dokploy instance - [ ] Verify Payload admin panel loads - [ ] Test media upload with MinIO storage - [ ] Confirm database connectivity 🤖 Generated with [Claude Code](https://claude.com/claude-code) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-20 11:00:52 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/templates#1971