2024-10-06 23:10:13 -07:00
|
|
|
services:
|
|
|
|
|
archgw:
|
|
|
|
|
image: archgw:latest
|
|
|
|
|
ports:
|
|
|
|
|
- "10000:10000"
|
2024-10-08 16:24:08 -07:00
|
|
|
- "11000:11000"
|
2024-10-06 23:10:13 -07:00
|
|
|
- "19901:9901"
|
|
|
|
|
volumes:
|
2024-10-07 18:38:55 -07:00
|
|
|
- ${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
|
2024-10-08 16:24:08 -07:00
|
|
|
- ./envoy.template.yaml:/config/envoy.template.yaml
|
2024-10-06 23:10:13 -07:00
|
|
|
- ./target/wasm32-wasi/release/intelligent_prompt_gateway.wasm:/etc/envoy/proxy-wasm-plugins/intelligent_prompt_gateway.wasm
|
2024-10-08 16:24:08 -07:00
|
|
|
- ./arch_config_schema.yaml:/config/arch_config_schema.yaml
|
|
|
|
|
- ./tools/config_generator.py:/config/config_generator.py
|
|
|
|
|
- ./arch_logs:/var/log/
|
2024-10-06 23:10:13 -07:00
|
|
|
env_file:
|
|
|
|
|
- stage.env
|