1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-30 09:39:52 +02:00

Add sonic to docker-compose

This commit is contained in:
JDC
2020-11-20 10:29:28 -05:00
committed by Nick Sweeting
parent 0f7dba07df
commit 0773f12034
2 changed files with 77 additions and 0 deletions

View File

@@ -21,8 +21,19 @@ services:
environment:
- USE_COLOR=True
- SHOW_PROGRESS=False
- SEARCH_BACKEND_HOST_NAME=sonic
volumes:
- ./data:/data
depends_on:
- sonic
sonic:
image: valeriansaliou/sonic:v1.3.0
ports:
- 1491:1491
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