Files
templates/blueprints/archivebox/docker-compose.yml
2026-07-07 13:09:44 -06:00

17 lines
371 B
YAML

services:
archivebox:
image: archivebox/archivebox:latest
restart: unless-stopped
command: server --quick-init 0.0.0.0:8000
environment:
ALLOWED_HOSTS: ${ALLOWED_HOSTS}
PUBLIC_INDEX: ${PUBLIC_INDEX}
PUBLIC_SNAPSHOTS: ${PUBLIC_SNAPSHOTS}
volumes:
- archivebox_data:/data
ports:
- "8000"
volumes:
archivebox_data: