teldrive/docker/compose/teldrive.yml
divyam234 616cf4ad4a
feat: Add Automatic Channel Rollover
- Implement channel rollover based on part count limits
- Auto-create channels and add bots as admins
- Add teldrive.kv key-value table
- Deduplicate bots and set (user_id, token) as primary key
2025-10-07 22:05:55 +05:30

14 lines
256 B
YAML

services:
teldrive:
image: ghcr.io/tgdrive/teldrive
restart: always
container_name: teldrive
networks:
- postgres
volumes:
- ./config.toml:/config.toml
ports:
- 8080:8080
networks:
postgres:
external: true