fix: remove audiocraft autostart
All checks were successful
Build and Push RunPod Docker Image / build-and-push (push) Successful in 14s
All checks were successful
Build and Push RunPod Docker Image / build-and-push (push) Successful in 14s
This commit is contained in:
@@ -78,7 +78,7 @@ stopwaitsecs=30
|
|||||||
[program:audiocraft]
|
[program:audiocraft]
|
||||||
command=services/audiocraft/venv/bin/python services/audiocraft/main.py
|
command=services/audiocraft/venv/bin/python services/audiocraft/main.py
|
||||||
directory=.
|
directory=.
|
||||||
autostart=true
|
autostart=false
|
||||||
autorestart=true
|
autorestart=true
|
||||||
startretries=3
|
startretries=3
|
||||||
stderr_logfile=.logs/audiocraft.err.log
|
stderr_logfile=.logs/audiocraft.err.log
|
||||||
|
|||||||
Reference in New Issue
Block a user