Files
telegram-scraper/compose.yaml
T
2026-04-25 03:00:00 +02:00

15 lines
286 B
YAML

services:
telegram-scraper:
build:
context: .
dockerfile: Dockerfile
container_name: telegram-scraper
user: 1000:1000
restart: unless-stopped
tty: true
ports:
- "7887:8080"
volumes:
- ./data:/app/data
- ./session:/app/session