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

14 lines
272 B
YAML

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