File size: 307 Bytes
8ad2651 | 1 2 3 4 5 6 7 8 9 10 11 12 | [program:g4f-api]
priority=15
command=python -m g4f api --bind 0.0.0.0:7860 --debug
directory=/app
stopasgroup=true
autostart=true
autorestart=true
;Logs (all Hub activity redirected to stdout so it can be seen through "docker logs"
redirect_stderr=true
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0 |