homelab-voyager/webarchive/docker-compose.yaml
2026-06-04 03:10:40 +00:00

17 lines
337 B
YAML

version: "3"
services:
webarchive:
image: ghcr.io/shardik99/webarchive:latest
# build:
# dockerfile: ./Dockerfile
# context: .
environment:
LOGGING_DEBUG: "true"
API_ADDRESS: "0.0.0.0:5001"
PDF_DPI: "300"
DB_PATH: "/db"
volumes:
- ./db:/db
ports:
- "0.0.0.0:5001:5001"