You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After mounting all MFEs, there will be no ports left in the mfe service
and dev fails to start:
tutor dev start
docker compose -f /home/emad/redwood.3/tutor/env/local/docker-compose.yml -f /home/emad/redwood.3/tutor/env/local/docker-compose.prod.yml --project-name tutor_local stop
docker compose -f /home/emad/redwood.3/tutor/env/local/docker-compose.yml -f /home/emad/redwood.3/tutor/env/dev/docker-compose.yml --project-name tutor_dev up --remove-orphans
services.mfe.ports must be a list
Error: Command failed with status 15: docker compose -f /home/emad/redwood.3/tutor/env/local/docker-compose.yml -f /home/emad/redwood.3/tutor/env/dev/docker-compose.yml --project-name tutor_dev up --remove-orphans
The text was updated successfully, but these errors were encountered:
Ha! That's unexpected. Do you want to propose a fix? In my opinion the only proper solution is to create a dedicated iter_mfe_exposes_ports(MOUNTS) template filter.
After mounting all MFEs, there will be no ports left in the mfe service
and dev fails to start:
The text was updated successfully, but these errors were encountered: