Major: Restructure of Project

Major: Introduction of Frontend (React)
This commit is contained in:
Chris-1010
2025-01-21 17:19:23 +00:00
parent 76991f0b39
commit 2887409ae6
92 changed files with 4924 additions and 18341 deletions

View File

@@ -5,6 +5,7 @@ services:
context: ./nginx
ports:
- "1935:1935" # RTMP
- "8080:8080"
depends_on:
- flask
networks:
@@ -12,7 +13,7 @@ services:
flask:
build:
context: ./core
context: ./web_server
ports:
- "5000:5000"
networks: