fix: add port to widget service

This commit is contained in:
Emnaghz 2024-09-30 17:36:42 +01:00
parent 7b57d50c47
commit 30dfeb715c

View File

@ -60,6 +60,8 @@ services:
depends_on:
api:
condition: service_healthy
ports:
- ${APP_WIDGET_PORT}:5173
volumes:
mongo-data: