dgongut / docker-controller-bot

Bot de telegram para controlar los contenedores docker de tu servidor
GNU General Public License v3.0
146 stars 21 forks source link

Create notification channel #36

Closed dgongut closed 6 months ago

dgongut commented 6 months ago

New functionality: Send container status to a separate channel.

To perform that it should be a new variable called NOTIFICATION_CHANNEL.

Only container's updates should be there (run/stop/created)

dgongut commented 6 months ago

Implemented in v2.5.0