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