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
- Chat Service: Available through the main application
52
60
53
-
Note that even after docker says that everything is up and running, there is a risk that they aren't when you load the frontend. Wait for the frontend logs to show up in the docker logs.
61
+
Note that even after docker says that everything is up and running, there is a risk that they aren't when you load the frontend. Wait for the frontend logs to show up in the docker logs.
54
62
In this event, wait for about a minute before trying again. If that still doesn't work and there are network errors, try
55
63
rebuilding the services by running `docker-compose up --build` again.
56
64
@@ -64,4 +72,4 @@ rebuilding the services by running `docker-compose up --build` again.
64
72
65
73
### Nginx API Gateway
66
74
67
-
- Nginx runs on port `80` and acts as the API gateway for routing requests to the respective services.
75
+
- Nginx runs on port `80` and acts as the API gateway for routing requests to the respective services.
0 commit comments