makes meilisearch volume optional

This commit is contained in:
Christian Beutel
2024-03-14 17:39:27 +01:00
parent 66c3ece28e
commit daabbcd4a0

View File

@@ -25,7 +25,7 @@ services:
build: ./db
depends_on:
search:
condition: service_healthy
condition: service_started
environment:
<<: *cenv
ports:
@@ -40,7 +40,7 @@ services:
build: ./web
depends_on:
db:
condition: service_healthy
condition: service_started
environment:
<<: *cenv
ORIGIN: http://localhost:3000