Will is a friendly, easy-to-teach bot for Slack, Hipchat, Rocket.chat, and more.
650
Before getting started, will requires some sort of place to store things; this can be a Redis, Couchbase, or local storage. We like redis and have a pre-built service using docker-compose leveraging a redis backend. You can find more details here: http://skoczen.github.io/will/deploy/.
If you want to roll your own storage and service, go for it! Just remember to link your container to your chose backend.
Note: the latest tag represents the latest release for heywill/will-base:latest (which will be based on the most recent python3.x alpine images). If you want to control your python version, checkout the tags for more options.
-p http port for will to handle HTTP requests on -v path(s) to map into will's home directory; in the container this is /opt/will/. Some items you may wish to map: - <path/to/config.py>:/opt/will/config.py instance's config.py file - <path/to/plugins/directory>:/opt/will/plugins instance's custom plugin directory - <path/to/templates/directory>:/opt/will/templates instance's custom template directory
Content type
Image
Digest
Size
92 MB
Last updated
over 8 years ago
docker pull heywill/will