Skip to content

Commit

Permalink
Merge pull request #118 from Emnaghz/fix/widget-prod-mode
Browse files Browse the repository at this point in the history
fix: add port to widget service on docker-compose
  • Loading branch information
marrouchi authored Sep 30, 2024
2 parents 6a5abfd + 30dfeb7 commit f60dd62
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ services:
depends_on:
api:
condition: service_healthy
ports:
- ${APP_WIDGET_PORT}:5173

volumes:
mongo-data:
Expand Down

0 comments on commit f60dd62

Please sign in to comment.