Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 247 Bytes

File metadata and controls

21 lines (14 loc) · 247 Bytes

haproxy

Testing haproxy

docker build . -f Dockerfile_haproxy -t ha_proxy
docker build . -f Dockerfile_app -t ha_app
docker stack deploy -c docker-compose.yml ha
curl "http://127.0.0.1:8080" -H "Host: test"