Draft: big refactor

This commit is contained in:
2025-09-16 16:03:27 +08:00
parent f527230f1e
commit 7ee2163a95
33 changed files with 338 additions and 155 deletions

View File

@@ -3,7 +3,7 @@ services:
backend:
build:
context: .
env_file: ./backend/.env
env_file: ./server/.env
ports:
- 8081:8080
restart: unless-stopped