makes meilisearch volume optional
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user