mirror of
https://github.com/wahyd4/you-music.git
synced 2026-08-08 20:59:47 +10:00
Just use one docker
This commit is contained in:
+1
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user