mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-01 03:52:15 +00:00
17 lines
417 B
YAML
17 lines
417 B
YAML
version: '2.3'
|
|
services:
|
|
meili1:
|
|
image: getmeili/meilisearch:latest
|
|
restart: always
|
|
ports:
|
|
- ${MEILI_EXTERNAL_PORT}:${MEILI_INTERNAL_PORT}
|
|
|
|
meili_secure:
|
|
image: getmeili/meilisearch:latest
|
|
restart: always
|
|
ports:
|
|
- ${MEILI_SECURE_EXTERNAL_PORT}:${MEILI_SECURE_INTERNAL_PORT}
|
|
environment:
|
|
MEILI_MASTER_KEY: "password"
|
|
|