fully implemented project

This commit is contained in:
2026-01-22 19:17:50 +01:00
parent aea6950bfe
commit 42d2758ba5
11 changed files with 220 additions and 5 deletions

View File

@@ -1,5 +1,9 @@
services:
zeus-filter:
build: .
container_name: zeus-filter
restart: unless-stopped
environment:
- HOST=${HOST}
- PORT=${PORT}
- CACHE_DURATION=${CACHE_DURATION}
- ICS_URL=${ICS_URL}