mirror of
https://github.com/Dokploy/templates.git
synced 2026-06-15 20:25:24 +02:00
Update Meilisearch 1.35.1 and fix Cyberchef logo (#722)
* fix: update CyberChef logo from SVG to PNG and remove old SVG file * fix: update Meilisearch version to v1.35.1
This commit is contained in:
BIN
blueprints/cyberchef/cyberchef.png
Normal file
BIN
blueprints/cyberchef/cyberchef.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 14 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 42 KiB |
@@ -2,12 +2,11 @@ version: "3.8"
|
||||
|
||||
services:
|
||||
meilisearch:
|
||||
image: getmeili/meilisearch:v1.8.3
|
||||
image: getmeili/meilisearch:v1.35.1
|
||||
volumes:
|
||||
- meili_data:/meili_data
|
||||
environment:
|
||||
MEILI_MASTER_KEY: ${MEILI_MASTER_KEY}
|
||||
MEILI_ENV: ${MEILI_ENV}
|
||||
|
||||
volumes:
|
||||
meili_data:
|
||||
|
||||
@@ -11,5 +11,4 @@ port = 7_700
|
||||
host = "${main_domain}"
|
||||
|
||||
[config.env]
|
||||
MEILI_ENV = "development"
|
||||
MEILI_MASTER_KEY = "${master_key}"
|
||||
MEILI_MASTER_KEY = "${master_key}"
|
||||
@@ -1685,7 +1685,7 @@
|
||||
"name": "CyberChef",
|
||||
"version": "latest",
|
||||
"description": "CyberChef is a web application for encryption, encoding, compression, and data analysis, developed by GCHQ.",
|
||||
"logo": "cyberchef.svg",
|
||||
"logo": "cyberchef.png",
|
||||
"links": {
|
||||
"github": "https://github.com/gchq/CyberChef",
|
||||
"website": "https://gchq.github.io/CyberChef/",
|
||||
@@ -4006,7 +4006,7 @@
|
||||
{
|
||||
"id": "meilisearch",
|
||||
"name": "Meilisearch",
|
||||
"version": "v1.8.3",
|
||||
"version": "v1.35.1",
|
||||
"description": "Meilisearch is a free and open-source search engine that allows you to easily add search functionality to your web applications.",
|
||||
"logo": "meilisearch.png",
|
||||
"links": {
|
||||
|
||||
Reference in New Issue
Block a user