rename arch_config to config.yaml

This commit is contained in:
Adil Hafeez 2025-12-23 17:32:59 -08:00
parent 46b634f603
commit b7dbd0fbea
No known key found for this signature in database
GPG key ID: 9B18EF7691369645
42 changed files with 48 additions and 48 deletions

View file

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

View file

@ -19,8 +19,8 @@ start_demo() {
fi
# Step 3: Start Arch
echo "Starting Arch with arch_config.yaml..."
archgw up arch_config.yaml
echo "Starting Arch with config.yaml..."
archgw up config.yaml
# Step 4: Start developer services
echo "Starting Network Agent using Docker Compose..."