Official bootstrap for running your own Dispatch
with Docker.
- Docker 17.05.0+
- Compose 1.19.0+
- You need at least 2400MB RAM
To get started with all the defaults, simply clone the repo and run ./docker/install.sh
in your local check-out.
There may need to be modifications to the included example config files (.env
) to accommodate your needs or your environment (such as adding Google credentials). If you want to perform these, do them before you run the install script and copy them without the .example
extensions in the name before running the install.sh
script.
If you'd like to protect your Dispatch install with SSL/TLS, there are
fantastic SSL/TLS proxies like HAProxy
and Nginx. You'll likely want to add this service to your docker-compose.yml
file.
The included install.sh
script is meant to be idempotent and to bring you to the latest version. What this means is you can and should run install.sh
to upgrade to the latest version available.