mirror of
https://github.com/hexastack/hexabot
synced 2025-04-26 17:29:23 +00:00
fix: add port to widget service
This commit is contained in:
parent
7b57d50c47
commit
30dfeb715c
@ -60,6 +60,8 @@ services:
|
|||||||
depends_on:
|
depends_on:
|
||||||
api:
|
api:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
|
ports:
|
||||||
|
- ${APP_WIDGET_PORT}:5173
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
mongo-data:
|
mongo-data:
|
||||||
|
Loading…
Reference in New Issue
Block a user