rename cli to plano (#647)

This commit is contained in:
Adil Hafeez 2025-12-23 18:37:58 -08:00 committed by GitHub
parent e224cba3e3
commit e7ce00b5a7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
70 changed files with 226 additions and 212 deletions

View file

@ -1,11 +1,11 @@
services:
archgw:
image: katanemo/archgw:latest
plano:
image: katanemo/plano:latest
ports:
- "10000:10000"
- "12000:12000"
volumes:
- ./arch_config.yaml:/app/arch_config.yaml
- ./config.yaml:/app/arch_config.yaml
- /etc/ssl/cert.pem:/etc/ssl/cert.pem
extra_hosts:
- "host.docker.internal:host-gateway"