services: info-engine: build: . container_name: info-engine restart: unless-stopped volumes: - /volume1/docker/info-engine/data:/app/data environment: - DB_PATH=/app/data/info_engine.db - INFO_ENGINE_INTERVAL_SECONDS=${INFO_ENGINE_INTERVAL_SECONDS:-900} - INFO_ENGINE_SOURCES=${INFO_ENGINE_SOURCES:-https://hnrss.org/frontpage,https://lobste.rs/rss} logging: driver: json-file options: max-size: "10m" max-file: "3"