Spaces:
Sleeping
Sleeping
chore: Update Redis and SRH supervisor configurations
Browse files- docker/supervisor.conf +2 -2
docker/supervisor.conf
CHANGED
@@ -6,7 +6,7 @@ stdout_logfile=/dev/stdout
|
|
6 |
stdout_logfile_maxbytes=0
|
7 |
|
8 |
[program:redis]
|
9 |
-
command=
|
10 |
autostart=true
|
11 |
autorestart=true
|
12 |
startretries=3
|
@@ -16,7 +16,7 @@ stdout_logfile=/dev/stdout
|
|
16 |
stdout_logfile_maxbytes=0
|
17 |
|
18 |
[program:srh]
|
19 |
-
command
|
20 |
autostart=true
|
21 |
autorestart=true
|
22 |
startretries=3
|
|
|
6 |
stdout_logfile_maxbytes=0
|
7 |
|
8 |
[program:redis]
|
9 |
+
command=redis-server --bind 127.0.0.1 --port 6379
|
10 |
autostart=true
|
11 |
autorestart=true
|
12 |
startretries=3
|
|
|
16 |
stdout_logfile_maxbytes=0
|
17 |
|
18 |
[program:srh]
|
19 |
+
command=/app/_build/prod/rel/prod/bin/prod start
|
20 |
autostart=true
|
21 |
autorestart=true
|
22 |
startretries=3
|