telegram-bot-api-build/example
Alex Root Junior 211a01c800
Merge pull request #4 from aiogram/hide-token-from-access-logs
Hide token from nginx access logs
2022-04-05 02:36:46 +03:00
..
nginx fix: add method 2022-04-05 00:09:11 +03:00
docker-compose.yml Update docker-compose.yml 2022-04-03 20:12:18 +03:00
README.md Try to enable ARM builds 2021-12-13 01:11:47 +02:00

Example

By default, tdlib/telegram-bot-api doesn't provide possibility to download files from API (without local-mode) so that's meat you will need to expose files somehow differently, for example by nginx.

In this example used docker-compose configuration with running 2 containers:

This example is recommended only for local development but in production you can use it only by your own risk.