Spaces:
Runtime error
Runtime error
Update supervisord.conf
Browse files- supervisord.conf +0 -2
supervisord.conf
CHANGED
|
@@ -1,6 +1,5 @@
|
|
| 1 |
[supervisord]
|
| 2 |
nodaemon=true
|
| 3 |
-
; ★ここを /dev/stdout に変更(ファイルに書かない)
|
| 4 |
logfile=/dev/stdout
|
| 5 |
logfile_maxbytes=0
|
| 6 |
logfile_backups=0
|
|
@@ -15,7 +14,6 @@ stderr_logfile=/dev/stderr
|
|
| 15 |
stderr_logfile_maxbytes=0
|
| 16 |
priority=10
|
| 17 |
|
| 18 |
-
; Postgres は任意。USE_INTERNAL_POSTGRES=true なら起動
|
| 19 |
[program:postgres]
|
| 20 |
command=/bin/bash -lc "if [ \"$USE_INTERNAL_POSTGRES\" = \"true\" ]; then \
|
| 21 |
mkdir -p /data/postgres && \
|
|
|
|
| 1 |
[supervisord]
|
| 2 |
nodaemon=true
|
|
|
|
| 3 |
logfile=/dev/stdout
|
| 4 |
logfile_maxbytes=0
|
| 5 |
logfile_backups=0
|
|
|
|
| 14 |
stderr_logfile_maxbytes=0
|
| 15 |
priority=10
|
| 16 |
|
|
|
|
| 17 |
[program:postgres]
|
| 18 |
command=/bin/bash -lc "if [ \"$USE_INTERNAL_POSTGRES\" = \"true\" ]; then \
|
| 19 |
mkdir -p /data/postgres && \
|