1
0
Fork 0

Update docker-compose.yml

This commit is contained in:
Nick Sweeting 2021-04-01 13:06:27 -04:00 committed by GitHub
parent 5d7ad9b1b4
commit e96141cee9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 4 deletions

View File

@ -29,9 +29,8 @@ services:
- ./data:/data - ./data:/data
# - ./archivebox:/app/archivebox # for developers working on archivebox # - ./archivebox:/app/archivebox # for developers working on archivebox
# To run the Sonic full-text search backend, create an ./etc/sonic folder # To run the Sonic full-text search backend, first download the config file to sonic.cfg
# and download the sonic config file from here into that folder: # curl https://raw.githubusercontent.com/ArchiveBox/ArchiveBox/master/etc/sonic/config.cfg > sonic.cfg
# https://raw.githubusercontent.com/ArchiveBox/ArchiveBox/master/etc/sonic/config.cfg
# sonic: # sonic:
# image: valeriansaliou/sonic:v1.3.0 # image: valeriansaliou/sonic:v1.3.0
# expose: # expose:
@ -39,7 +38,7 @@ services:
# environment: # environment:
# - SEARCH_BACKEND_PASSWORD=SecretPassword # - SEARCH_BACKEND_PASSWORD=SecretPassword
# volumes: # volumes:
# - ./etc/sonic/config.cfg:/etc/sonic.cfg # - ./sonic.cfg:/etc/sonic.cfg:ro
# - ./data/sonic:/var/lib/sonic/store # - ./data/sonic:/var/lib/sonic/store