rabil commited on
Commit
b3612e8
·
verified ·
1 Parent(s): 29fb195

chore: Update Redis and SRH supervisor configurations

Browse files
Files changed (1) hide show
  1. 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=sudo redis-server --bind 127.0.0.1 --port 6379
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=sudo /app/_build/prod/rel/prod/bin/prod start
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