mirror of
https://github.com/alibaba/higress.git
synced 2026-02-24 12:40:48 +08:00
17 lines
412 B
YAML
17 lines
412 B
YAML
version: '3.7'
|
|
services:
|
|
envoy:
|
|
image: higress-registry.cn-hangzhou.cr.aliyuncs.com/higress/gateway:1.3.1
|
|
entrypoint: /usr/local/bin/envoy
|
|
command: -c /etc/envoy/envoy.yaml --component-log-level wasm:debug
|
|
networks:
|
|
- wasmtest
|
|
ports:
|
|
- "10000:10000"
|
|
volumes:
|
|
- ./envoy.yaml:/etc/envoy/envoy.yaml
|
|
- ./plugin.wasm:/etc/envoy/plugin.wasm
|
|
|
|
networks:
|
|
wasmtest: { }
|