The files included here are examples for you to use. For more information on using them, read the documentation. Before using them, copy files you intend to use to the root directory of the repository.
Dockerfile- TeleIRC main botmediashare.Dockerfile- MediaShare media hosting service (optional)
MediaShare is an optional service for hosting Telegram media files. See MediaShare documentation for details.
To run both TeleIRC and MediaShare together, use the docker-compose example:
cp docker-compose.yml.example docker-compose.yml
# Edit .env to configure both services
docker-compose up -d