Comment Meilisearch container by default

This commit is contained in:
ManyTheFish 2023-08-07 17:02:00 +02:00
parent b311089435
commit b2f36b9b97

View File

@ -37,23 +37,23 @@ services:
- 9000:9000 - 9000:9000
# Meilisearch instances # Meilisearch instances
m1: # m1:
container_name: m1 # container_name: m1
hostname: m1 # hostname: m1
image: getmeili/meilisearch:prototype-zookeeper-ha-0 # image: getmeili/meilisearch:prototype-zookeeper-ha-0
ports: # ports:
- 7700:7700 # - 7700:7700
environment: # environment:
- MEILI_ZK_URL=zk1:2181 # - MEILI_ZK_URL=zk1:2181
- MEILI_MASTER_KEY=masterkey # - MEILI_MASTER_KEY=masterkey
restart: always # restart: always
m2: # m2:
container_name: m2 # container_name: m2
hostname: m2 # hostname: m2
image: getmeili/meilisearch:prototype-zookeeper-ha-0 # image: getmeili/meilisearch:prototype-zookeeper-ha-0
ports: # ports:
- 7701:7700 # - 7701:7700
environment: # environment:
- MEILI_ZK_URL=zk2:2181 # - MEILI_ZK_URL=zk2:2181
- MEILI_MASTER_KEY=masterkey # - MEILI_MASTER_KEY=masterkey
restart: always # restart: always