This commit is contained in:
Adil Hafeez 2025-03-24 16:53:36 -07:00
parent 9f59943041
commit 21a5bdd561
No known key found for this signature in database
GPG key ID: 9B18EF7691369645
8 changed files with 239 additions and 47 deletions

View file

@ -56,7 +56,7 @@ def docker_start_archgw_detached(
volume_mappings = [
f"{logs_path_abs}:/var/log:rw",
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",
"/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)