Skip to content

huaxlin/reverse-proxy-demo

Repository files navigation

reverse-proxy demo

Usage

$ docker-compose build reverse_proxy
$ docker-compose build test_httpbin
$ docker-compose up -d
$ docker-compose exec test_httpbin bash
# pytest -n auto test_httpbin.py
# ### test with nginx
# TEST_BASE_URL=http://web pytest -n auto test_httpbin.py