1
0
Fork 0
mirror of synced 2024-05-29 08:41:05 +12:00

move sonic file up a level

This commit is contained in:
Nick Sweeting 2021-04-10 07:42:16 -04:00
parent 6a6ef63775
commit 6053f4e415
2 changed files with 10 additions and 10 deletions

View file

@ -28,17 +28,17 @@ services:
# - ./archivebox:/app/archivebox # for developers working on archivebox # - ./archivebox:/app/archivebox # for developers working on archivebox
# To run the Sonic full-text search backend, first download the config file to sonic.cfg # To run the Sonic full-text search backend, first download the config file to sonic.cfg
# curl https://raw.githubusercontent.com/ArchiveBox/ArchiveBox/master/etc/sonic/config.cfg > sonic.cfg # curl -O https://raw.githubusercontent.com/ArchiveBox/ArchiveBox/master/etc/sonic.cfg
# after starting, backfill any existing Snapshots into the index: docker-compose run archivebox update --index-only # after starting, backfill any existing Snapshots into the index: docker-compose run archivebox update --index-only
# sonic: # sonic:
# image: valeriansaliou/sonic:v1.3.0 # image: valeriansaliou/sonic:v1.3.0
# expose: # expose:
# - 1491 # - 1491
# environment: # environment:
# - SEARCH_BACKEND_PASSWORD=SecretPassword # - SEARCH_BACKEND_PASSWORD=SecretPassword
# volumes: # volumes:
# - ./sonic.cfg:/etc/sonic.cfg:ro # - ./sonic.cfg:/etc/sonic.cfg:ro
# - ./data/sonic:/var/lib/sonic/store # - ./data/sonic:/var/lib/sonic/store
### Optional Addons: tweak these examples as needed for your specific use case ### Optional Addons: tweak these examples as needed for your specific use case

View file

@ -6,7 +6,7 @@
[server] [server]
log_level = "info" log_level = "warn"
[channel] [channel]