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

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

View file

@ -20,7 +20,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 @@ services:
extra_hosts:
- "host.docker.internal:host-gateway"
volumes:
- ./config.yaml:/app/config.yaml
- ./config.yaml:/app/arch_config.yaml
otel-collector:
build:

View file

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

View file

@ -20,4 +20,4 @@ services:
extra_hosts:
- "host.docker.internal:host-gateway"
volumes:
- ./config.yaml:/app/config.yaml
- ./config.yaml:/app/arch_config.yaml

View file

@ -74,7 +74,7 @@ start_demo() {
# Step 4: Start Arch
echo "Starting Arch with config.yaml..."
archgw up config.yaml
plano up config.yaml
# Step 5: Start Network Agent with the chosen Docker Compose file
echo "Starting Network Agent with $COMPOSE_FILE..."
@ -93,7 +93,7 @@ stop_demo() {
# Stop Arch
echo "Stopping Arch..."
archgw down
plano down
}
# Main script logic