1
0
Fork 0
mirror of synced 2024-05-20 12:22:48 +12:00

Use sonic as default search backend

This commit is contained in:
jdcaballerov 2020-12-07 13:22:09 -05:00 committed by GitHub
parent 60f5b94d74
commit 2082b98fd7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,10 +21,20 @@ services:
environment:
- USE_COLOR=True
- SHOW_PROGRESS=False
- SEARCH_BACKEND_ENGINE=sonic
volumes:
- ./data:/data
# Run sonic search backend
sonic:
image: valeriansaliou/sonic:v1.3.0
ports:
- 1491:1491
environment:
- SEARCH_BACKEND_PASSWORD=SecretPassword
volumes:
- ./etc/sonic/config.cfg:/etc/sonic.cfg
- ./data:/var/lib/sonic/store/
# Optional Addons: tweak these examples as needed for your specific use case
@ -74,14 +84,4 @@ services:
# volumes:
# ./data:/archivebox
# ./data/wayback:/webarchive
# Example: Run sonic search backend
# sonic:
# image: valeriansaliou/sonic:v1.3.0
# ports:
# - 1491:1491
# environment:
# - SEARCH_BACKEND_PASSWORD=SecretPassword
# volumes:
# - ./etc/sonic/config.cfg:/etc/sonic.cfg
# - ./data:/var/lib/sonic/store/