mirror of
https://github.com/xtekky/gpt4free.git
synced 2024-11-05 00:01:00 +00:00
b2d02ed624
Change default host for api Disable gui in build Add custom docker user
12 lines
283 B
Plaintext
Executable File
12 lines
283 B
Plaintext
Executable File
[program:g4f-gui]
|
|
priority=15
|
|
command=python -m g4f.cli gui
|
|
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 |