[PR #616] [MERGED] feat(blueprint): strapi template #1170

Closed
opened 2026-04-16 11:28:30 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Dokploy/templates/pull/616
Author: @nktnet1
Created: 12/21/2025
Status: Merged
Merged: 2/16/2026
Merged by: @Siumauricio

Base: canaryHead: strapi


📝 Commits (10+)

  • 1fd7efc feat(blueprint): strapi template
  • 5e440e9 feat: strapi meta.json
  • 235003f fix: strapi extra colon
  • 0d2ac98 fix: docker syntax for expose and depends_on
  • 21afbed fix: change image base
  • 4328ec6 fix: strapi healthcheck
  • 1f37e27 fix: add jwt secret and admin jwt secret to strapi
  • eec5791 fix: strapi healthcheck start interval
  • 7bf71c6 fix(template): strapi v5.33.0
  • 9f6c008 Update docker-compose.yml

📊 Changes

4 files changed (+114 additions, -0 deletions)

View changed files

blueprints/strapi/docker-compose.yml (+58 -0)
blueprints/strapi/strapi.svg (+23 -0)
blueprints/strapi/template.toml (+15 -0)
📝 meta.json (+18 -0)

📄 Description

What is this PR about?

Template for strapi:

Closes #171, #392


Old blocking task

 

UPDATE: elestio/strapi-production has been updated to v5.33.0.


NOTE: waiting on elestio to update their strapi image to v5.29 to solve the issue:

Failed to create admin refresh session Cannot send secure cookie over unencrypted connection

The specific PR with the fix is:


🔄 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/616 **Author:** [@nktnet1](https://github.com/nktnet1) **Created:** 12/21/2025 **Status:** ✅ Merged **Merged:** 2/16/2026 **Merged by:** [@Siumauricio](https://github.com/Siumauricio) **Base:** `canary` ← **Head:** `strapi` --- ### 📝 Commits (10+) - [`1fd7efc`](https://github.com/Dokploy/templates/commit/1fd7efc8840ff15190f0bcfa346263515ef5e6fa) feat(blueprint): strapi template - [`5e440e9`](https://github.com/Dokploy/templates/commit/5e440e92e78c6ae26f9c37bff103095a4014f578) feat: strapi meta.json - [`235003f`](https://github.com/Dokploy/templates/commit/235003fb590c7ab55be416dd804c7d6e688a8421) fix: strapi extra colon - [`0d2ac98`](https://github.com/Dokploy/templates/commit/0d2ac98a3685f1dcf9f760f0cccfd7371a9198aa) fix: docker syntax for expose and depends_on - [`21afbed`](https://github.com/Dokploy/templates/commit/21afbed3319547ff971e33a04eea5e3ede4dd141) fix: change image base - [`4328ec6`](https://github.com/Dokploy/templates/commit/4328ec609d386a73fc32bb8550fa426c55f96554) fix: strapi healthcheck - [`1f37e27`](https://github.com/Dokploy/templates/commit/1f37e27a5b6e631d58cfa6fc1701f5bb04b49612) fix: add jwt secret and admin jwt secret to strapi - [`eec5791`](https://github.com/Dokploy/templates/commit/eec5791e2c997722cd174cf957c777442c18b323) fix: strapi healthcheck start interval - [`7bf71c6`](https://github.com/Dokploy/templates/commit/7bf71c62de0dca6a44b1607ed21c53f40e70bb57) fix(template): strapi v5.33.0 - [`9f6c008`](https://github.com/Dokploy/templates/commit/9f6c00851ca86efc657eafb842a1cf4a2d8fb726) Update docker-compose.yml ### 📊 Changes **4 files changed** (+114 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `blueprints/strapi/docker-compose.yml` (+58 -0) ➕ `blueprints/strapi/strapi.svg` (+23 -0) ➕ `blueprints/strapi/template.toml` (+15 -0) 📝 `meta.json` (+18 -0) </details> ### 📄 Description ## What is this PR about? Template for strapi: - https://github.com/strapi/strapi - https://docs.strapi.io - https://strapi.io/blog/how-to-self-host-your-headless-cms-using-docker-compose ## Issues related (if applicable) Closes #171, #392 --- <details> <summary>Old blocking task</summary> &nbsp; **UPDATE**: elestio/strapi-production has been updated to v5.33.0. - https://hub.docker.com/r/elestio/strapi-production <img width="600" alt="Image" src="https://github.com/user-attachments/assets/5886e8ad-d81c-49c8-82bd-47b16819e6d1" /> --- **NOTE**: waiting on elestio to update their strapi image to v5.29 to solve the issue: - https://github.com/strapi/strapi/issues/24452 > Failed to create admin refresh session Cannot send secure cookie over unencrypted connection The specific PR with the fix is: - https://github.com/strapi/strapi/pull/24602 </details> --- <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-16 11:28:30 -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#1170