mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
add draft change
This commit is contained in:
parent
a03aef8b4c
commit
3f21e29703
6 changed files with 55 additions and 7 deletions
|
|
@ -59,6 +59,7 @@ def docker_start_archgw_detached(
|
|||
|
||||
volume_mappings = [
|
||||
f"{arch_config_file}:/app/arch_config.yaml:ro",
|
||||
# "/Users/adilhafeez/src/intelligent-prompt-gateway/crates/target/wasm32-wasip1/release:/etc/envoy/proxy-wasm-plugins:ro",
|
||||
]
|
||||
volume_mappings_args = [
|
||||
item for volume in volume_mappings for item in ("-v", volume)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue