mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
more rename
This commit is contained in:
parent
d7da8eca6f
commit
8eb0dbc538
26 changed files with 51 additions and 51 deletions
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue