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
- Host: GitHub
- URL: https://github.com/arulrajnet/apisix-traditional-proxy-example
- Owner: arulrajnet
- License: mit
- Created: 2023-01-30T13:08:57.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-09T01:38:05.000Z (over 2 years ago)
- Last Synced: 2025-01-03T04:50:25.229Z (9 months ago)
- Topics: apisix, docker-compose, example
- Language: Shell
- Homepage:
- Size: 26.4 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
APISIX Traditional Proxy example
----------------------------------------
## 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/