update apisix

This commit is contained in:
BryantHe 2024-03-10 16:01:29 +08:00
parent a9c6b9530e
commit 5e0ed24d60
2 changed files with 5 additions and 5 deletions

View File

@ -43,9 +43,9 @@ deployment:
- "http://etcd:2379" # multiple etcd address - "http://etcd:2379" # multiple etcd address
prefix: "/apisix" # apisix configurations prefix prefix: "/apisix" # apisix configurations prefix
timeout: 30 # 30 seconds timeout: 30 # 30 seconds
health_check_retry: 2 # etcd retry time that only affects the health check, default 2 # health_check_retry: 2 # etcd retry time that only affects the health check, default 2
tls: # tls:
verify: false # verify: false
plugin_attr: plugin_attr:
prometheus: prometheus:

View File

@ -43,7 +43,7 @@ services:
apisix: apisix:
image: apache/apisix:latest image: apache/apisix:latest
volumes: volumes:
- ./apisix/apisix_conf/config.yaml:/usr/local/apisix/conf/config.yaml:ro - ./apisix/apisix_conf/config.yaml:/usr/local/apisix/conf/config.yaml
depends_on: depends_on:
- etcd - etcd
##network_mode: host ##network_mode: host
@ -74,7 +74,7 @@ services:
volumes: volumes:
- etcd_data:/bitnami/etcd - etcd_data:/bitnami/etcd
environment: environment:
ETCD_ENABLE_V2: "false" ETCD_ENABLE_V2: "true"
ALLOW_NONE_AUTHENTICATION: "yes" ALLOW_NONE_AUTHENTICATION: "yes"
ETCD_ADVERTISE_CLIENT_URLS: "http://etcd:2379" ETCD_ADVERTISE_CLIENT_URLS: "http://etcd:2379"
ETCD_LISTEN_CLIENT_URLS: "http://0.0.0.0:2379" ETCD_LISTEN_CLIENT_URLS: "http://0.0.0.0:2379"