Files
telegram-scraper/compose.yaml
T
2026-06-11 18:19:17 +02:00

16 lines
343 B
YAML

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