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:
|
services:
|
||||||
meilisearch:
|
meilisearch:
|
||||||
image: getmeili/meilisearch:v1.8.3
|
image: getmeili/meilisearch:v1.35.1
|
||||||
volumes:
|
volumes:
|
||||||
- meili_data:/meili_data
|
- meili_data:/meili_data
|
||||||
environment:
|
environment:
|
||||||
MEILI_MASTER_KEY: ${MEILI_MASTER_KEY}
|
MEILI_MASTER_KEY: ${MEILI_MASTER_KEY}
|
||||||
MEILI_ENV: ${MEILI_ENV}
|
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
meili_data:
|
meili_data:
|
||||||
|
|||||||
@@ -11,5 +11,4 @@ port = 7_700
|
|||||||
host = "${main_domain}"
|
host = "${main_domain}"
|
||||||
|
|
||||||
[config.env]
|
[config.env]
|
||||||
MEILI_ENV = "development"
|
MEILI_MASTER_KEY = "${master_key}"
|
||||||
MEILI_MASTER_KEY = "${master_key}"
|
|
||||||
@@ -1685,7 +1685,7 @@
|
|||||||
"name": "CyberChef",
|
"name": "CyberChef",
|
||||||
"version": "latest",
|
"version": "latest",
|
||||||
"description": "CyberChef is a web application for encryption, encoding, compression, and data analysis, developed by GCHQ.",
|
"description": "CyberChef is a web application for encryption, encoding, compression, and data analysis, developed by GCHQ.",
|
||||||
"logo": "cyberchef.svg",
|
"logo": "cyberchef.png",
|
||||||
"links": {
|
"links": {
|
||||||
"github": "https://github.com/gchq/CyberChef",
|
"github": "https://github.com/gchq/CyberChef",
|
||||||
"website": "https://gchq.github.io/CyberChef/",
|
"website": "https://gchq.github.io/CyberChef/",
|
||||||
@@ -4006,7 +4006,7 @@
|
|||||||
{
|
{
|
||||||
"id": "meilisearch",
|
"id": "meilisearch",
|
||||||
"name": "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.",
|
"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",
|
"logo": "meilisearch.png",
|
||||||
"links": {
|
"links": {
|
||||||
|
|||||||
Reference in New Issue
Block a user