plano/arch/docker-compose.dev.yaml

14 lines
478 B
YAML
Raw Normal View History

2024-10-06 23:10:13 -07:00
services:
archgw:
image: archgw:latest
ports:
- "10000:10000"
- "19901:9901"
volumes:
- ${ARCH_CONFIG_FILE:-../demos/function_calling/arch_config.yaml}:/config/arch_config.yaml
2024-10-06 23:10:13 -07:00
- /etc/ssl/cert.pem:/etc/ssl/cert.pem
- ./envoy.template.dev.yaml:/config/envoy.template.yaml
- ./target/wasm32-wasi/release/intelligent_prompt_gateway.wasm:/etc/envoy/proxy-wasm-plugins/intelligent_prompt_gateway.wasm
env_file:
- stage.env