https://github.com/arulrajnet/apisix_without_etcd
Docker compose example for running APISix without ETCD as standalone mode.
https://github.com/arulrajnet/apisix_without_etcd
apisix docker-compose etcd
Last synced: 8 months ago
JSON representation
Docker compose example for running APISix without ETCD as standalone mode.
- Host: GitHub
- URL: https://github.com/arulrajnet/apisix_without_etcd
- Owner: arulrajnet
- License: mit
- Created: 2024-10-05T13:48:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-12T06:55:49.000Z (about 1 year ago)
- Last Synced: 2025-05-20T07:13:23.424Z (about 1 year ago)
- Topics: apisix, docker-compose, etcd
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
APISix Without ETCD
===================
This is a simple example of how to use APISix without ETCD.
Refer the official documentation of the [APISix Standalone Mode](https://apisix.apache.org/docs/apisix/deployment-modes/#standalone)
## Prerequisites
- Docker
- Docker Compose
## How to run
```bash
docker-compose up -d
```
Then
To see upstreams proxied via apisix
http://localhost:9080/web1/
http://localhost:9080/web2/
The prometheus metrics URL is
http://localhost:9091/apisix/prometheus/metrics
## Author