Spaces:
Sleeping
Sleeping
chore: Update supervisor configuration for Redis and SRH
Browse files- docker/supervisor.conf +7 -0
docker/supervisor.conf
CHANGED
@@ -1,3 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
[program:redis]
|
2 |
command=redis-server --bind 127.0.0.1 --port 6379 --protected-mode no
|
3 |
autostart=true
|
|
|
1 |
+
[supervisord]
|
2 |
+
nodaemon=true
|
3 |
+
redirect_stderr=true
|
4 |
+
redirect_stdout=true
|
5 |
+
stdout_logfile=/dev/stdout
|
6 |
+
stdout_logfile_maxbytes=0
|
7 |
+
|
8 |
[program:redis]
|
9 |
command=redis-server --bind 127.0.0.1 --port 6379 --protected-mode no
|
10 |
autostart=true
|