diff --git a/example/docker-compose-arm64.yml b/example/docker-compose-arm64.yml index 2a090912..483cefd1 100644 --- a/example/docker-compose-arm64.yml +++ b/example/docker-compose-arm64.yml @@ -53,7 +53,7 @@ services: apisix: web1: - image: nginx:1.19.10-alpine + image: nginx:1.27.1-alpine restart: always volumes: - ./upstream/web1.conf:/etc/nginx/nginx.conf @@ -65,7 +65,7 @@ services: apisix: web2: - image: nginx:1.19.10-alpine + image: nginx:1.27.1-alpine restart: always volumes: - ./upstream/web2.conf:/etc/nginx/nginx.conf diff --git a/example/docker-compose-standalone.yml b/example/docker-compose-standalone.yml index 039873f9..4206bcff 100644 --- a/example/docker-compose-standalone.yml +++ b/example/docker-compose-standalone.yml @@ -35,7 +35,7 @@ services: apisix: web1: - image: nginx:1.19.0-alpine + image: nginx:1.27.1-alpine restart: always volumes: - ./upstream/web1.conf:/etc/nginx/nginx.conf diff --git a/example/docker-compose.yml b/example/docker-compose.yml index 69f65c5a..eb2fc1dd 100644 --- a/example/docker-compose.yml +++ b/example/docker-compose.yml @@ -36,7 +36,7 @@ services: apisix: etcd: - image: bitnami/etcd:3.5.11 + image: bitnami/etcd:3.5.15 restart: always volumes: - etcd_data:/bitnami/etcd @@ -51,7 +51,7 @@ services: apisix: web1: - image: nginx:1.19.0-alpine + image: nginx:1.27.1-alpine restart: always volumes: - ./upstream/web1.conf:/etc/nginx/nginx.conf @@ -63,7 +63,7 @@ services: apisix: web2: - image: nginx:1.19.0-alpine + image: nginx:1.27.1-alpine restart: always volumes: - ./upstream/web2.conf:/etc/nginx/nginx.conf @@ -75,7 +75,7 @@ services: apisix: prometheus: - image: prom/prometheus:v2.25.0 + image: prom/prometheus:v2.53.1 restart: always volumes: - ./prometheus_conf/prometheus.yml:/etc/prometheus/prometheus.yml @@ -85,7 +85,7 @@ services: apisix: grafana: - image: grafana/grafana:7.3.7 + image: grafana/grafana:11.2.0 restart: always ports: - "3000:3000" @@ -103,3 +103,6 @@ networks: volumes: etcd_data: driver: local + + +