mirror of
https://github.com/katanemo/plano.git
synced 2026-04-25 00:36:34 +02:00
* staging my changes to re-based from main * adding debug statements to rust * merged with main * ready to push network agent * removed the incomplete sql example --------- Co-authored-by: Salman Paracha <salmanparacha@MacBook-Pro-261.local>
12 lines
325 B
YAML
12 lines
325 B
YAML
services:
|
|
archgw:
|
|
image: archgw:latest
|
|
ports:
|
|
- "10000:10000"
|
|
- "19901:9901"
|
|
volumes:
|
|
- ${ARCH_CONFIG_FILE:-./demos/function_calling/arch_confg.yaml}:/config/arch_config.yaml
|
|
- /etc/ssl/cert.pem:/etc/ssl/cert.pem
|
|
- ~/archgw_logs/arch_logs:/var/log/
|
|
env_file:
|
|
- stage.env
|