feat: add apisix/etcd/grafana/prometheus
This commit is contained in:
34
src/apisix/.env.example
Normal file
34
src/apisix/.env.example
Normal file
@@ -0,0 +1,34 @@
|
||||
# Apache APISIX Environment Variables
|
||||
|
||||
# APISIX image version
|
||||
APISIX_VERSION=3.13.0-debian
|
||||
|
||||
# Host port mapping for HTTP traffic (9080)
|
||||
APISIX_HTTP_PORT_OVERRIDE=9080
|
||||
|
||||
# Host port mapping for HTTPS traffic (9443)
|
||||
APISIX_HTTPS_PORT_OVERRIDE=9443
|
||||
|
||||
# Host port mapping for Admin API (9180)
|
||||
APISIX_ADMIN_PORT_OVERRIDE=9180
|
||||
|
||||
# Run APISIX in standalone mode (without etcd)
|
||||
APISIX_STAND_ALONE=false
|
||||
|
||||
# etcd image version
|
||||
ETCD_VERSION=v3.6.0
|
||||
|
||||
# Host port mapping for etcd client connections (2379)
|
||||
ETCD_CLIENT_PORT_OVERRIDE=2379
|
||||
|
||||
# APISIX Dashboard image version
|
||||
APISIX_DASHBOARD_VERSION=3.0.1-alpine
|
||||
|
||||
# Host port mapping for Dashboard (9000)
|
||||
APISIX_DASHBOARD_PORT_OVERRIDE=9000
|
||||
|
||||
# Dashboard admin username
|
||||
APISIX_DASHBOARD_USER=admin
|
||||
|
||||
# Dashboard admin password - CHANGE THIS FOR PRODUCTION!
|
||||
APISIX_DASHBOARD_PASSWORD=admin
|
||||
Reference in New Issue
Block a user