mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2024-11-26 06:00:22 +00:00
Add sonic dependency for archivebox service
This commit is contained in:
parent
da5a8775cb
commit
14ef5c1536
1 changed files with 2 additions and 0 deletions
|
@ -25,6 +25,8 @@ services:
|
||||||
- SEARCH_BACKEND_HOST_NAME=sonic
|
- SEARCH_BACKEND_HOST_NAME=sonic
|
||||||
volumes:
|
volumes:
|
||||||
- ./data:/data
|
- ./data:/data
|
||||||
|
depends_on:
|
||||||
|
- sonic
|
||||||
|
|
||||||
# Run sonic search backend
|
# Run sonic search backend
|
||||||
sonic:
|
sonic:
|
||||||
|
|
Loading…
Reference in a new issue