Merge pull request #118 from Emnaghz/fix/widget-prod-mode

fix: add port to widget service on docker-compose
This commit is contained in:
Mohamed Marrouchi 2024-09-30 19:38:15 +01:00 committed by GitHub
commit f60dd6277c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: