diff --git a/docker-compose.yml b/docker-compose.yml index fa3dd794..221e3e3f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -28,17 +28,17 @@ services: # - ./archivebox:/app/archivebox # for developers working on archivebox # 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 # sonic: - # image: valeriansaliou/sonic:v1.3.0 - # expose: - # - 1491 - # environment: - # - SEARCH_BACKEND_PASSWORD=SecretPassword - # volumes: - # - ./sonic.cfg:/etc/sonic.cfg:ro - # - ./data/sonic:/var/lib/sonic/store + # image: valeriansaliou/sonic:v1.3.0 + # expose: + # - 1491 + # environment: + # - SEARCH_BACKEND_PASSWORD=SecretPassword + # volumes: + # - ./sonic.cfg:/etc/sonic.cfg:ro + # - ./data/sonic:/var/lib/sonic/store ### Optional Addons: tweak these examples as needed for your specific use case diff --git a/etc/sonic/config.cfg b/etc/sonic.cfg similarity index 97% rename from etc/sonic/config.cfg rename to etc/sonic.cfg index 11aa9d9e..10d94eac 100644 --- a/etc/sonic/config.cfg +++ b/etc/sonic.cfg @@ -6,7 +6,7 @@ [server] -log_level = "info" +log_level = "warn" [channel]