Add SEARCH_BACKEND_PASSWORD env to archivebox container
Add the environment variable to make it explicit so that users are aware of the need to set the password in both containers.
This commit is contained in:
parent
bfa5411a7c
commit
f7c76adfd8
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ services:
|
||||||
- SHOW_PROGRESS=False
|
- SHOW_PROGRESS=False
|
||||||
- SEARCH_BACKEND_ENGINE=sonic
|
- SEARCH_BACKEND_ENGINE=sonic
|
||||||
- SEARCH_BACKEND_HOST_NAME=sonic
|
- SEARCH_BACKEND_HOST_NAME=sonic
|
||||||
|
- SEARCH_BACKEND_PASSWORD=SecretPassword
|
||||||
volumes:
|
volumes:
|
||||||
- ./data:/data
|
- ./data:/data
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|
Loading…
Add table
Reference in a new issue