Upload supervisor-gui.conf
Browse files- supervisor-gui.conf +12 -0
supervisor-gui.conf
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[program:g4f-gui]
|
| 2 |
+
priority=15
|
| 3 |
+
command=python -m g4f.cli gui
|
| 4 |
+
directory=/app
|
| 5 |
+
stopasgroup=true
|
| 6 |
+
autostart=true
|
| 7 |
+
autorestart=true
|
| 8 |
+
|
| 9 |
+
;Logs (all Hub activity redirected to stdout so it can be seen through "docker logs"
|
| 10 |
+
redirect_stderr=true
|
| 11 |
+
stdout_logfile=/dev/stdout
|
| 12 |
+
stdout_logfile_maxbytes=0
|