MULTI-UPDATE: Big Error Cleanup:
Enhanced Docker and Nginx configurations - Can now run frontend either on local dev version OR the docker version; Improved socket connection handling; Refactored stream data fetching in VideoPage to properly display stream data; Chat-Visibility Button moved to ChatPanel so that chat's socket persists when hiding/showing chat;
This commit is contained in:
@@ -7,6 +7,7 @@ services:
|
||||
- "1935:1935" # RTMP
|
||||
- "8080:8080"
|
||||
depends_on:
|
||||
- frontend
|
||||
- web_server
|
||||
networks:
|
||||
- app_network
|
||||
@@ -35,6 +36,8 @@ services:
|
||||
- "5173"
|
||||
networks:
|
||||
- app_network
|
||||
environment:
|
||||
- VITE_API_URL=/api
|
||||
depends_on:
|
||||
- web_server
|
||||
|
||||
|
||||
Reference in New Issue
Block a user