Sign inSign up

audreyt/logbot

By audreyt

Updated almost 11 years ago

Log bot from @dannvix that powers http://logbot.g0v.tw/.

Image
2

1.2K

audreyt/logbot repository overview

Takes three environment variables and runs the web interface at port 15000 with Redis port at 6379, for example:

    -e LOGBOT_NICK=docker_logbot \
    -e LOGBOT_CHANNELS='#g0v.tw,#docker' \
    -e LOGBOT_SERVER=38.229.70.20 \
    -v /var/lib/redis:/redis:rw audreyt/logbot

Note that the -v flag is required in order to make this image persistent across runs. For pre-0.5.2 docker versions, use -b instead of the -v flag above.

Tag summary

Content type

Image

Digest

sha256:723895780

Size

126.7 MB

Last updated

almost 11 years ago

docker pull audreyt/logbot