1
0
Fork 0
mirror of synced 2024-06-18 18:34:51 +12:00

Update docker-compose.yml

This commit is contained in:
Nick Sweeting 2022-03-16 14:14:35 -07:00 committed by GitHub
parent 5cd2b328c0
commit a15350cc77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'