mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-29 16:45:30 +08:00
Comment Meilisearch container by default
This commit is contained in:
parent
b311089435
commit
b2f36b9b97
@ -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
|
Loading…
Reference in New Issue
Block a user