Local-hosted Web Service to use Telegram account as cloud storage. You can upload single files up to 2GB
0
0
1
| 1 | |
| 2 | version: "3.8" |
| 3 | |
| 4 | services: |
| 5 | db: |
| 6 | image: groonga/pgroonga:latest |
| 7 | container_name: teldrive_db |
| 8 | hostname: teldrive-db |
| 9 | restart: always |
| 10 | environment: |