Skip to content

Commit fd62953

Browse files
committed
Add MeiliSearch service to Docker Compose configuration
1 parent fc2a31f commit fd62953

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

api/docker-compose.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,12 @@ services:
99
environment:
1010
POSTGRES_HOST_AUTH_METHOD: trust
1111
POSTGRES_DB: db
12+
13+
meilisearch:
14+
image: getmeili/meilisearch:latest
15+
ports:
16+
- "7700:7700"
17+
volumes:
18+
- ./meilisearch_db:/data.ms
19+
environment:
20+
MEILI_NO_ANALYTICS: true

0 commit comments

Comments
 (0)