mirror of
https://github.com/ershisan99/coolify.git
synced 2026-02-01 20:52:10 +00:00
Add port configuration for services
This commit is contained in:
@@ -2,12 +2,13 @@
|
||||
# slogan: MeiliSearch is a powerful, fast, easy to use and deploy search engine.
|
||||
# tags: search,engine,fulltext,full,text,meilisearch
|
||||
# logo: svgs/meilisearch.svg
|
||||
# port: 7700
|
||||
|
||||
services:
|
||||
meilisearch:
|
||||
image: getmeili/meilisearch:latest
|
||||
environment:
|
||||
- SERVICE_FQDN_MEILISEARCH
|
||||
- SERVICE_FQDN_MEILISEARCH_7700
|
||||
- MEILI_NO_ANALYTICS=${MEILI_NO_ANALYTICS:-true}
|
||||
- MEILI_ENV=${MEILI_ENV:-production}
|
||||
- MEILI_MASTER_KEY=${SERVICE_PASSWORD_MEILISEARCH}
|
||||
|
||||
Reference in New Issue
Block a user