mirror of
https://github.com/katanemo/plano.git
synced 2026-04-25 08:46:24 +02:00
use separate host port for chat ui and for app_server (#473)
We were using same port for both chatui and app_server which was causing conflict. This code change updates host port for app_server to 18083 and updates arch_config
This commit is contained in:
parent
9c803f4d69
commit
2e346143dd
2 changed files with 2 additions and 2 deletions
|
|
@ -9,7 +9,7 @@ services:
|
|||
volumes:
|
||||
- ./arch_config.yaml:/app/arch_config.yaml
|
||||
ports:
|
||||
- "18080:80"
|
||||
- "18083:80"
|
||||
healthcheck:
|
||||
test: ["CMD", "curl" ,"http://localhost:80/healthz"]
|
||||
interval: 5s
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue