formatting head

This commit is contained in:
Acid
2025-12-27 15:33:48 -05:00
commit 6f3bdd61d4
63 changed files with 6935 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
version: '3.8'
services:
app:
container_name: musicController
build: .
env_file:
- .env
ports:
- '811:80' # React frontend
- '980:8000' # Django API
environment:
- Docker=true
- REACT_PORT=811
- API_PORT=980