Just use one docker

This commit is contained in:
2025-11-07 14:49:43 +11:00
parent f8c5dc6a0b
commit 8d9941c1ad
+1 -2
View File
@@ -92,8 +92,7 @@ spec:
- /bin/bash
- -c
- |
echo "🚀 Starting YouMusic application..."
exec uvicorn main:app --host 0.0.0.0 --port 8000
exec uvicorn main:app --host 0.0.0.0 --port 8000 --workers 1
volumeMounts:
- name: data
mountPath: /app/data