Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 813 Bytes

File metadata and controls

23 lines (16 loc) · 813 Bytes

Using TeleIRC with Docker

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.

Included Dockerfiles

  • Dockerfile - TeleIRC main bot
  • mediashare.Dockerfile - MediaShare media hosting service (optional)

Using MediaShare

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