An open API service indexing awesome lists of open source software.

https://github.com/arulrajnet/apisix-traditional-proxy-example

APISIX proxy example with docker-compose
https://github.com/arulrajnet/apisix-traditional-proxy-example

apisix docker-compose example

Last synced: 7 months ago
JSON representation

APISIX proxy example with docker-compose

Awesome Lists containing this project

README

          

APISIX Traditional Proxy example
----------------------------------------

![Setup](./proxy-setup.drawio.svg)

## Prerequisites

* Docker
* Docker compose

## Bringup

```
docker compose up -d
```

To validate

web1 upstream - http://localhost:9080/web1/

web2 upstream - http://localhost:9080/web2/

## Refer

https://github.com/apache/apisix-docker/blob/master/example/docker-compose.yml

https://apisix.apache.org/docs/docker/example/