Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 333 Bytes

readme.md

File metadata and controls

19 lines (14 loc) · 333 Bytes

shackie - asyncio based irc bot

run

docker-compose up -d

run on armhf

# redis
docker run -d --restart=always --name redis bobsense/redis-arm64
# build
docker build -f Dockerfile.armhf --tag=ircbot-build .
# run
docker run -d --link redis:redis --restart=always --name ircbot-run ircbot-build