fix: different profiles for search backends
Some checks failed
test cassandra-backup / Test latest Cassandra backup (push) Has been cancelled
Some checks failed
test cassandra-backup / Test latest Cassandra backup (push) Has been cancelled
This commit is contained in:
parent
63172564a1
commit
960fc652b1
@ -67,7 +67,7 @@ services:
|
||||
meilisearch:
|
||||
image: getmeili/meilisearch:v1.14
|
||||
container_name: meilisearch
|
||||
profiles: ['search']
|
||||
profiles: ['meilisearch']
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
MEILI_ENV: production
|
||||
@ -88,7 +88,7 @@ services:
|
||||
elasticsearch:
|
||||
image: elasticsearch:8.19.11
|
||||
container_name: elasticsearch
|
||||
profiles: ['search']
|
||||
profiles: ['elasticsearch']
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
discovery.type: single-node
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user