more rename

This commit is contained in:
Adil Hafeez 2025-12-23 18:19:20 -08:00
parent d7da8eca6f
commit 8eb0dbc538
No known key found for this signature in database
GPG key ID: 9B18EF7691369645
26 changed files with 51 additions and 51 deletions

View file

@ -10,7 +10,7 @@ services:
extra_hosts:
- "host.docker.internal:host-gateway"
volumes:
- ./config.yaml:/app/config.yaml
- ./config.yaml:/app/arch_config.yaml
jaeger:
build:

View file

@ -20,7 +20,7 @@ start_demo() {
# Step 3: Start Arch
echo "Starting Arch with config.yaml..."
archgw up config.yaml
plano up config.yaml
# Step 4: Start developer services
echo "Starting Network Agent using Docker Compose..."
@ -35,7 +35,7 @@ stop_demo() {
# Step 2: Stop Arch
echo "Stopping Arch..."
archgw down
plano down
}
# Main script logic