feat: engagment notifications
This commit is contained in:
@@ -37,17 +37,6 @@ services:
|
||||
networks:
|
||||
- internal
|
||||
|
||||
meilisearch:
|
||||
image: getmeili/meilisearch:latest
|
||||
container_name: bemeal-meilisearch
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
MEILI_NO_ANALYTICS: "true"
|
||||
MEILI_MASTER_KEY: "${MEILISEARCH_KEY:?MEILISEARCH_KEY is required}"
|
||||
volumes:
|
||||
- meilisearch-data:/meili_data
|
||||
networks:
|
||||
- internal
|
||||
|
||||
volumes:
|
||||
pgsql-data:
|
||||
@@ -57,9 +46,6 @@ volumes:
|
||||
redis-data:
|
||||
name: bemeal_redis_data
|
||||
|
||||
meilisearch-data:
|
||||
name: bemeal_meilisearch_data
|
||||
|
||||
networks:
|
||||
internal:
|
||||
external: true
|
||||
|
||||
Reference in New Issue
Block a user