Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 292 Bytes

File metadata and controls

11 lines (7 loc) · 292 Bytes

tl;dr;

Simple example how scale PHP applications with Docker and Consul. Haproxy configuration is automatically updated when we scale our PHP container.

How use?

docker-compose up -d --scale php=5

Consul UI is available on http://0.0.0.0:8500/ui.