fix: remove audiocraft autostart
All checks were successful
Build and Push RunPod Docker Image / build-and-push (push) Successful in 14s

This commit is contained in:
2025-11-27 10:52:57 +01:00
parent 2669ff65a9
commit a08879625c

View File

@@ -78,7 +78,7 @@ stopwaitsecs=30
[program:audiocraft]
command=services/audiocraft/venv/bin/python services/audiocraft/main.py
directory=.
autostart=true
autostart=false
autorestart=true
startretries=3
stderr_logfile=.logs/audiocraft.err.log