Welcome to Reward’s documentation!¶
Reward is a Swiss Army knife CLI utility for orchestrating Docker based development environments. It makes possible to run multiple local environments simultaneously without port conflicts by utilizing common services proxying requests to the correct environment’s containers.
Reward is written in Go, and it supports Linux, macOS and Windows (and WSL2).
Features¶
Traefik for SSL termination and routing/proxying requests into the correct containers.
Portainer for quick visibility into what’s running inside the local Docker host.
Dnsmasq to serve DNS responses for *.test domains eliminating manual editing of /etc/hosts
An SSH tunnel for connecting from Sequel Pro or TablePlus into any one of multiple running database containers.
Reward issued wildcard SSL certificates for running https on all local development domains.
A common PHPMyAdmin (or optionally Adminer) container for database management.
An ElasticHQ container for the ability to manage the Elasticsearch Clusters.
- Full support for Magento 1, Magento 2, PWA Studio, Laravel, Symfony 4, Shopware 6, WordPress and more on all major
operating systems
Ability to override, extend, or setup completely custom environment definitions on a per-project basis.
- Advanced Configuration
- Reward Settings
- Allure Reporting
- Automatic DNS Resolution
- Blackfire Profiling
- Docker Desktop on Linux
- Expose ports from environment to the host machine
- Expose Reward HTTP/HTTPS ports to the local network
- LiveReload Setup
- Magento 2 Testing
- Open additional shared http/https port(s)
- SPX Support
- WSL and WSL2 Support
- Xdebug Support
- Autocompletion
- FAQ
- Experimental Features
Under the hood docker compose
is used to control everything which Reward runs
(shared services as well as per-project containers) via the Docker Engine.
Join the Community¶
Do you have a question? Feel free to ask it! Join Reward’s Slack community today!
Acknowledgement¶
Reward was inspired by Warden and most of its functionalities are reused/rewritten in Reward, so HUGE thanks to David Alger and all the contributors for creating it.