mirror of
https://github.com/hexastack/hexabot
synced 2024-11-24 04:53:41 +00:00
Merge pull request #118 from Emnaghz/fix/widget-prod-mode
fix: add port to widget service on docker-compose
This commit is contained in:
commit
f60dd6277c
@ -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