makes meilisearch volume optional
This commit is contained in:
@@ -18,14 +18,14 @@ services:
|
|||||||
- wanderer
|
- wanderer
|
||||||
# volumes:
|
# volumes:
|
||||||
# - ./data/data.ms:/meili_data/data.ms
|
# - ./data/data.ms:/meili_data/data.ms
|
||||||
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
db:
|
db:
|
||||||
container_name: wanderer-db
|
container_name: wanderer-db
|
||||||
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
|
||||||
|
|||||||
Reference in New Issue
Block a user