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
Moving context from discord DMs to here for visibility. I run into a very bizarre issue that seems to be a race condition where traefik does not register the routes of the app or socket servers until the containers are killed. Only the first 2.5 minutes of the video are relevant, but can't crop on the loom freemium plan:
A very dumb workaround for this is to run docker compose restart app after the containers come alive, which triggers some docker event that traefik seems to otherwise miss, and then makes traefik aware of the relevant containers
The text was updated successfully, but these errors were encountered:
M3 Macbook Air
Docker version 27.5.1, build 9f9e405
Docker Compose version v2.32.4-desktop.1
Moving context from discord DMs to here for visibility. I run into a very bizarre issue that seems to be a race condition where traefik does not register the routes of the
app
orsocket
servers until the containers are killed. Only the first 2.5 minutes of the video are relevant, but can't crop on the loom freemium plan:https://www.loom.com/share/a2167e1dbd164700a8f8bf558ad4fe0c
A very dumb workaround for this is to run
docker compose restart app
after the containers come alive, which triggers some docker event that traefik seems to otherwise miss, and then makes traefik aware of the relevant containersThe text was updated successfully, but these errors were encountered: