mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2024-11-10 06:34:16 +00:00
Add archivebox foreground scheduler to docker compose examples
This commit is contained in:
parent
83bfc580fa
commit
b04e926810
1 changed files with 13 additions and 2 deletions
|
@ -25,8 +25,19 @@ services:
|
||||||
- ./data:/data
|
- ./data:/data
|
||||||
|
|
||||||
|
|
||||||
# Optional Addons
|
# 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
|
||||||
|
# scheduler:
|
||||||
|
# image: nikisweeting/archivebox:latest
|
||||||
|
# command: schedule --foreground
|
||||||
|
# environment:
|
||||||
|
# - USE_COLOR=True
|
||||||
|
# - SHOW_PROGRESS=False
|
||||||
|
# volumes:
|
||||||
|
# - ./data:/data
|
||||||
|
|
||||||
# Example: Put Nginx in front of the ArchiveBox server for SSL termination
|
# Example: Put Nginx in front of the ArchiveBox server for SSL termination
|
||||||
# nginx:
|
# nginx:
|
||||||
# image: nginx:alpine
|
# image: nginx:alpine
|
||||||
|
@ -37,7 +48,7 @@ services:
|
||||||
# - ./etc/nginx/nginx.conf:/etc/nginx/nginx.conf
|
# - ./etc/nginx/nginx.conf:/etc/nginx/nginx.conf
|
||||||
# - ./data:/var/www
|
# - ./data:/var/www
|
||||||
|
|
||||||
# Example: run all your ArchiveBox traffic through a WireGuard VPN
|
# Example: run all your ArchiveBox traffic through a WireGuard VPN tunnel
|
||||||
# wireguard:
|
# wireguard:
|
||||||
# image: linuxserver/wireguard
|
# image: linuxserver/wireguard
|
||||||
# network_mode: 'service:archivebox'
|
# network_mode: 'service:archivebox'
|
||||||
|
|
Loading…
Reference in a new issue