Spaces:
Sleeping
Sleeping
chore: Update Redis supervisor configuration
Browse files- docker/supervisor.conf +1 -10
docker/supervisor.conf
CHANGED
@@ -1,13 +1,5 @@
|
|
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 |
-
|
10 |
-
command=redis-server
|
11 |
autostart=true
|
12 |
autorestart=true
|
13 |
startretries=3
|
@@ -17,7 +9,6 @@ stdout_logfile=/dev/stdout
|
|
17 |
stdout_logfile_maxbytes=0
|
18 |
|
19 |
[program:srh]
|
20 |
-
priority=2
|
21 |
command=_build/prod/rel/prod/bin/prod start
|
22 |
autostart=true
|
23 |
autorestart=true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
[program:redis]
|
2 |
+
command=redis-server --bind 0.0.0.0
|
|
|
3 |
autostart=true
|
4 |
autorestart=true
|
5 |
startretries=3
|
|
|
9 |
stdout_logfile_maxbytes=0
|
10 |
|
11 |
[program:srh]
|
|
|
12 |
command=_build/prod/rel/prod/bin/prod start
|
13 |
autostart=true
|
14 |
autorestart=true
|