Spaces:
Sleeping
Sleeping
chore: Update supervisor configuration for Redis and SRH
Browse files- docker/supervisor.conf +1 -1
docker/supervisor.conf
CHANGED
|
@@ -9,7 +9,7 @@ stdout_logfile=/dev/stdout
|
|
| 9 |
stdout_logfile_maxbytes=0
|
| 10 |
|
| 11 |
[program:srh]
|
| 12 |
-
command
|
| 13 |
autostart=true
|
| 14 |
autorestart=true
|
| 15 |
startretries=3
|
|
|
|
| 9 |
stdout_logfile_maxbytes=0
|
| 10 |
|
| 11 |
[program:srh]
|
| 12 |
+
command=/app/_build/prod/rel/prod/bin/prod start
|
| 13 |
autostart=true
|
| 14 |
autorestart=true
|
| 15 |
startretries=3
|