mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
Merge pull request #3 from knowsuchagency/fix-hoarder-1
fix hoarder docker compose template
This commit is contained in:
@@ -13,6 +13,7 @@ services:
|
|||||||
- MEILI_ADDR=http://meilisearch:7700
|
- MEILI_ADDR=http://meilisearch:7700
|
||||||
- BROWSER_WEB_URL=http://chrome:9222
|
- BROWSER_WEB_URL=http://chrome:9222
|
||||||
- DATA_DIR=/data
|
- DATA_DIR=/data
|
||||||
|
- MEILI_MASTER_KEY
|
||||||
chrome:
|
chrome:
|
||||||
image: gcr.io/zenika-hub/alpine-chrome:124
|
image: gcr.io/zenika-hub/alpine-chrome:124
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@@ -28,7 +29,7 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
- MEILI_MASTER_KEY
|
- MEILI_MASTER_KEY
|
||||||
- MEILI_NO_ANALYTICS="true"
|
- MEILI_NO_ANALYTICS=true
|
||||||
volumes:
|
volumes:
|
||||||
- meilisearch-data:/meili_data
|
- meilisearch-data:/meili_data
|
||||||
healthcheck:
|
healthcheck:
|
||||||
|
|||||||
Reference in New Issue
Block a user