mirror of
https://github.com/tgdrive/teldrive.git
synced 2026-01-15 21:44:24 +08:00
- 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
14 lines
256 B
YAML
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
|