mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-08 15:35:24 +02:00
* fix: update CyberChef logo from SVG to PNG and remove old SVG file * fix: update Meilisearch version to v1.35.1
14 lines
228 B
YAML
14 lines
228 B
YAML
version: "3.8"
|
|
|
|
services:
|
|
meilisearch:
|
|
image: getmeili/meilisearch:v1.35.1
|
|
volumes:
|
|
- meili_data:/meili_data
|
|
environment:
|
|
MEILI_MASTER_KEY: ${MEILI_MASTER_KEY}
|
|
|
|
volumes:
|
|
meili_data:
|
|
driver: local
|