mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-16 04:48:50 -05:00
[PR #712] [CLOSED] Update Meilisearch version to v1.35.1, Cyberchef logo arrangement #15070
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/712
Author: @jdjimenez2312
Created: 2/17/2026
Status: ❌ Closed
Base:
canary← Head:canary📝 Commits (6)
c8bb4a9Update image versions in the docker-compose and meta.json files for AList, Appsmith, and Budibase.a82750aUpdate MinIO image version in docker-composefa5ce7fUpdate Meilisearch version to v1.35.1, Cyberchef logo arrangement704abf8Merge branch 'Dokploy:canary' into canary3cc27e3fix: add restart policy for the Meilisearch service in docker-compose795e88dfix: update Supabase version 1.26.02 and environment variables in docker-compose and template files📊 Changes
7 files changed (+164 additions, -109 deletions)
View changed files
➕
blueprints/cyberchef/cyberchef.png(+0 -0)➖
blueprints/cyberchef/cyberchef.svg(+0 -0)📝
blueprints/meilisearch/docker-compose.yml(+2 -4)📝
blueprints/meilisearch/template.toml(+1 -2)📝
blueprints/supabase/docker-compose.yml(+60 -56)📝
blueprints/supabase/template.toml(+98 -44)📝
meta.json(+3 -3)📄 Description
What is this PR about?
New PR of Meilisearch and Cyberchef
Checklist
Before submitting this PR, please make sure that:
Issues related (if applicable)
Close automatically the related issues using the keywords:
closes #ISSUE_NUMBERGreptile Summary
This PR makes two independent changes: (1) updates the Meilisearch template from v1.8.3 to v1.35.1 and removes the
MEILI_ENVvariable, and (2) replaces the CyberChef logo from SVG to PNG with a correspondingmeta.jsonupdate.Key findings:
version: "3.8"removed fromblueprints/meilisearch/docker-compose.yml— the project guidelines require this field to be present in all Compose files.restartpolicy inblueprints/meilisearch/docker-compose.yml— project guidelines mandaterestart: unless-stoppedorrestart: alwaysfor all services. (Note: this was also absent in the original file, but the PR is a good opportunity to add it.)cyberchef.svghas been deleted; reverting to SVG (or explaining why PNG is needed) would be more consistent with the style guide.meta.jsonversion and logo reference changes are correct and consistent with the blueprint files.Confidence Score: 3/5
version: "3.8"was accidentally dropped (explicitly required by AGENTS.md) andrestartis missing. The CyberChef change is purely cosmetic but goes against the SVG-preferred convention.version: "3.8"and arestartpolicy.Last reviewed commit:
704abf8(3/5) Reply to the agent's comments like "Can you suggest a fix for this @greptileai?" or ask follow-up questions!
Context used:
dashboard- AGENTS.md (source)🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.