chirripo / chirripo-proxy
Proxy container for chirripo
Installs: 83
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 3
pkg:composer/chirripo/chirripo-proxy
Requires
- symfony/console: ^3.4
- symfony/process: ^3.4
This package is auto-updated.
Last update: 2025-10-06 18:26:33 UTC
README
Proxy for Chirripo
Instructions
- Install either globally (
composer global require chirripo/chirripo-proxy
) or by using cgr (https://packagist.org/packages/consolidation/cgr) - Now the chirripo-proxy binary is available globally. Make sure your global vendor binaries directory is in your $PATH environment variable, you can get its location with the following command:
php composer.phar global config bin-dir --absolute
- Start proxy:
chirripo-proxy up
- Stop proxy:
chirripo-proxy down
- Set your project
VIRTUAL_HOST
variable to the base url variable - Add VIRTUAL_HOST value to your hosts config like this (/etc/hosts for Linux & Mac):
127.0.0.1 chirripo.docker varnish.chirripo.docker mailhog.chirripo.docker solr.chirripo.docker