Skip to content

Add PayloadCMS service template#8425

Closed
285729101 wants to merge 1 commit intocoollabsio:v4.xfrom
285729101:feat/payloadcms-template
Closed

Add PayloadCMS service template#8425
285729101 wants to merge 1 commit intocoollabsio:v4.xfrom
285729101:feat/payloadcms-template

Conversation

@285729101
Copy link
Copy Markdown

Summary

  • Add a new service template for PayloadCMS, an open-source headless CMS and application framework built with Node.js and TypeScript
  • Template includes PayloadCMS service (Node.js 20) with PostgreSQL database
  • Adds PayloadCMS SVG logo and regenerates service template JSON files

Closes #2346

Details

  • Image: node:20-alpine with create-payload-app bootstrapping on first run
  • Database: PostgreSQL 16 (Alpine)
  • Environment: Auto-generated secrets (SERVICE_PASSWORD_64_PAYLOADSECRET), database credentials, and public URL
  • Health check: Checks /admin endpoint availability
  • Volumes: Persistent storage for app data and PostgreSQL data

Test plan

  • Deploy the PayloadCMS service template in Coolify
  • Verify first-run initialization completes (project scaffolding, npm install, build)
  • Verify the admin panel is accessible at /admin
  • Verify PostgreSQL connection works correctly
  • Verify persistent data survives container restart

🤖 Generated with Claude Code

@github-actions
Copy link
Copy Markdown
Contributor

This PR did not pass quality checks so it will be closed. If you believe this is a mistake please let us know.

@github-actions github-actions bot closed this Feb 18, 2026
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 21, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature]: PayloadCMS Template

1 participant