feat: add meili network
This commit is contained in:
parent
1c374691b4
commit
cfdd6fbe52
|
|
@ -53,14 +53,11 @@ services:
|
||||||
retries: 10
|
retries: 10
|
||||||
networks:
|
networks:
|
||||||
- internal
|
- internal
|
||||||
- nginx
|
|
||||||
|
|
||||||
meilisearch:
|
meilisearch:
|
||||||
image: getmeili/meilisearch:latest
|
image: getmeili/meilisearch:latest
|
||||||
container_name: starter-meilisearch-1
|
container_name: starter-meilisearch-1
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
|
||||||
- "7700:7700"
|
|
||||||
environment:
|
environment:
|
||||||
MEILI_NO_ANALYTICS: "true"
|
MEILI_NO_ANALYTICS: "true"
|
||||||
MEILI_MASTER_KEY: "${MEILISEARCH_KEY}"
|
MEILI_MASTER_KEY: "${MEILISEARCH_KEY}"
|
||||||
|
|
@ -68,6 +65,7 @@ services:
|
||||||
- meilisearch-data:/meili_data
|
- meilisearch-data:/meili_data
|
||||||
networks:
|
networks:
|
||||||
- internal
|
- internal
|
||||||
|
- nginx
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
pgsql-data:
|
pgsql-data:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue