diff options
author | Heiner Lohaus <hlohaus@users.noreply.github.com> | 2023-12-11 02:50:33 +0100 |
---|---|---|
committer | Heiner Lohaus <hlohaus@users.noreply.github.com> | 2023-12-11 02:50:33 +0100 |
commit | b2d02ed624f9354214228c3f4d5dcb1a74d792b3 (patch) | |
tree | 9b25c40faba70070869d5a260fabe7610e780435 /docker/supervisor-gui.conf | |
parent | Add error classes (diff) | |
download | gpt4free-b2d02ed624f9354214228c3f4d5dcb1a74d792b3.tar gpt4free-b2d02ed624f9354214228c3f4d5dcb1a74d792b3.tar.gz gpt4free-b2d02ed624f9354214228c3f4d5dcb1a74d792b3.tar.bz2 gpt4free-b2d02ed624f9354214228c3f4d5dcb1a74d792b3.tar.lz gpt4free-b2d02ed624f9354214228c3f4d5dcb1a74d792b3.tar.xz gpt4free-b2d02ed624f9354214228c3f4d5dcb1a74d792b3.tar.zst gpt4free-b2d02ed624f9354214228c3f4d5dcb1a74d792b3.zip |
Diffstat (limited to '')
-rwxr-xr-x | docker/supervisor-gui.conf | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docker/supervisor-gui.conf b/docker/supervisor-gui.conf new file mode 100755 index 00000000..44273c67 --- /dev/null +++ b/docker/supervisor-gui.conf @@ -0,0 +1,12 @@ +[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
\ No newline at end of file |