This repository will build and deploy kiwiirc, webircgateway, plugin-olm, and oragono with docker-compose.
$ git submodule update --remote --init
$ docker-compose up
This will check out the latest commit in each submodule's tracked branch:
$ git pull
$ git submodule update --remote
$ docker-compose build
$ docker-compose up
$ # or:
$ docker-compose up --build