Add lightweight web control panel

This commit is contained in:
2026-04-25 02:19:52 +02:00
parent 535b8195ef
commit f57e1d63eb
11 changed files with 1786 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
services:
telegram-scraper:
build:
context: .
dockerfile: Dockerfile
container_name: telegram-scraper
user: 1000:1000
restart: unless-stopped
tty: true
stdin_open: true
ports:
- "8080:8080"
volumes:
- ./data:/app/data
- session:/app/session
volumes:
session: