From a15350cc770a5b7e0c118b55fc5992255007fe9e Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Wed, 16 Mar 2022 14:14:35 -0700 Subject: [PATCH] Update docker-compose.yml --- docker-compose.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 0654c9a4..4b4dad8a 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -29,6 +29,9 @@ services: - ./data:/data # - ./archivebox:/app/archivebox # for developers working on archivebox + + ### Optional Addons: tweak these examples as needed for your specific use case + # To run the Sonic full-text search backend, first download the config file to 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 @@ -53,10 +56,8 @@ services: # - ./data/pihole:/etc/pihole # - ./data/dnsmasq:/etc/dnsmasq.d - ### Optional Addons: tweak these examples as needed for your specific use case - # Example: Run scheduled imports in a docker instead of using cron on the - # host machine, add tasks and see more info with archivebox schedule --help + # host machine, add tasks and see more info with archivebox schedule --help # scheduler: # image: archivebox/archivebox:latest # command: schedule --foreground --every=day --depth=1 'https://getpocket.com/users/USERNAME/feed/all'