mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-15 15:44:26 -04: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…
Add table
Add a link
Reference in a new issue