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