File tree Expand file tree Collapse file tree 6 files changed +63
-59
lines changed
deploy/docker/fs/opt/appsmith/templates/supervisord Expand file tree Collapse file tree 6 files changed +63
-59
lines changed Original file line number Diff line number Diff line change 11[program:backend]
22command=/opt/appsmith/run-with-env.sh /opt/appsmith/run-java.sh
3- priority=20
4- autostart=true
53autorestart=true
6- startsecs=20
7- startretries=3
8- stdout_logfile=%(ENV_APPSMITH_LOG_DIR)s/%(program_name)s/%(program_name)s-%(ENV_HOSTNAME)s.log
4+ autostart=true
5+ priority=20
96redirect_stderr=true
10- stdout_logfile_maxbytes=10MB
11- stderr_logfile_maxbytes=10MB
12- stdout_logfile_backups=10
13- stderr_logfile_backups=10
14- stdout_events_enabled=true
7+ startretries=3
8+ startsecs=20
159stderr_events_enabled=true
10+ stderr_logfile=%(ENV_APPSMITH_LOG_DIR)s/%(program_name)s/%(ENV_HOSTNAME)s/stderr.log
11+ stderr_logfile_backups=0
12+ stderr_logfile_maxbytes=50MB
13+ stdout_events_enabled=true
14+ stdout_logfile=%(ENV_APPSMITH_LOG_DIR)s/%(program_name)s/%(ENV_HOSTNAME)s/stdout.log
15+ stdout_logfile_backups=0
16+ stdout_logfile_maxbytes=50MB
Original file line number Diff line number Diff line change 11[program:editor]
22command=/opt/appsmith/run-with-env.sh /opt/appsmith/run-caddy.sh
3- priority=25
4- autostart=true
53autorestart=true
6- startsecs=0
4+ autostart=true
5+ priority=25
76startretries=3
8- stdout_logfile=%(ENV_APPSMITH_LOG_DIR)s/%(program_name)s/access-%(ENV_HOSTNAME)s.log
9- stderr_logfile=%(ENV_APPSMITH_LOG_DIR)s/%(program_name)s/error-%(ENV_HOSTNAME)s.log
10- stdout_logfile_maxbytes=10MB
11- stderr_logfile_maxbytes=10MB
12- stdout_logfile_backups=2
13- stderr_logfile_backups=2
14- stdout_events_enabled=true
7+ startsecs=0
158stderr_events_enabled=true
9+ stderr_logfile=%(ENV_APPSMITH_LOG_DIR)s/%(program_name)s/%(ENV_HOSTNAME)s/stderr.log
10+ stderr_logfile_backups=0
11+ stderr_logfile_maxbytes=50MB
12+ stdout_events_enabled=true
13+ stdout_logfile=%(ENV_APPSMITH_LOG_DIR)s/%(program_name)s/%(ENV_HOSTNAME)s/stdout.log
14+ stdout_logfile_backups=0
15+ stdout_logfile_maxbytes=50MB
1616stopsignal=QUIT
Original file line number Diff line number Diff line change 11[program:rts]
22directory=/opt/appsmith/rts/bundle
33command=/opt/appsmith/run-with-env.sh node server.js
4- priority=15
5- autostart=true
64autorestart=true
7- startsecs=0
8- startretries=3
9- stdout_logfile=%(ENV_APPSMITH_LOG_DIR)s/%(program_name)s/%(program_name)s-%(ENV_HOSTNAME)s.log
5+ autostart=true
6+ priority=15
107redirect_stderr=true
11- stdout_logfile_maxbytes=10MB
12- stderr_logfile_maxbytes=10MB
13- stdout_logfile_backups=2
14- stderr_logfile_backups=2
15- stdout_events_enabled=true
8+ startretries=3
9+ startsecs=0
1610stderr_events_enabled=true
11+ stderr_logfile=%(ENV_APPSMITH_LOG_DIR)s/%(program_name)s/%(ENV_HOSTNAME)s/stderr.log
12+ stderr_logfile_backups=0
13+ stderr_logfile_maxbytes=50MB
14+ stdout_events_enabled=true
15+ stdout_logfile=%(ENV_APPSMITH_LOG_DIR)s/%(program_name)s/%(ENV_HOSTNAME)s/stdout.log
16+ stdout_logfile_backups=0
17+ stdout_logfile_maxbytes=50MB
Original file line number Diff line number Diff line change 11[program:mongodb]
22directory=/appsmith-stacks/data/mongodb
33command=mongod --port 27017 --dbpath . --logpath %(ENV_APPSMITH_LOG_DIR)s/%(program_name)s/db.log --replSet mr1 --keyFile %(ENV_MONGODB_TMP_KEY_PATH)s --bind_ip localhost
4- priority=10
5- autostart=true
64autorestart=true
7- startsecs=10
8- startretries=3
9- stdout_logfile=%(ENV_APPSMITH_LOG_DIR)s/%(program_name)s/%(program_name)s.log
5+ autostart=true
6+ priority=10
107redirect_stderr=true
11- stdout_logfile_maxbytes=10MB
12- stderr_logfile_maxbytes=10MB
13- stdout_logfile_backups=2
14- stderr_logfile_backups=2
15- stdout_events_enabled=true
8+ startretries=3
9+ startsecs=10
1610stderr_events_enabled=true
11+ stderr_logfile=%(ENV_APPSMITH_LOG_DIR)s/%(program_name)s/%(ENV_HOSTNAME)s/stderr.log
12+ stderr_logfile_backups=0
13+ stderr_logfile_maxbytes=50MB
14+ stdout_events_enabled=true
15+ stdout_logfile=%(ENV_APPSMITH_LOG_DIR)s/%(program_name)s/%(ENV_HOSTNAME)s/stdout.log
16+ stdout_logfile_backups=0
17+ stdout_logfile_maxbytes=50MB
Original file line number Diff line number Diff line change 22directory=/appsmith-stacks/data/postgres/main
33user=postgres
44command=/opt/appsmith/run-postgres.sh
5- autostart=true
65autorestart=true
7- startretries=3
8- stdout_logfile=%(ENV_APPSMITH_LOG_DIR)s/%(program_name)s/%(program_name)s.log
6+ autostart=true
97redirect_stderr=true
10- stdout_logfile_maxbytes=10MB
11- stderr_logfile_maxbytes=10MB
12- stdout_logfile_backups=2
13- stderr_logfile_backups=2
14- stdout_events_enabled=true
8+ startretries=3
159stderr_events_enabled=true
16-
10+ stderr_logfile=%(ENV_APPSMITH_LOG_DIR)s/%(program_name)s/%(ENV_HOSTNAME)s/stderr.log
11+ stderr_logfile_backups=0
12+ stderr_logfile_maxbytes=50MB
13+ stdout_events_enabled=true
14+ stdout_logfile=%(ENV_APPSMITH_LOG_DIR)s/%(program_name)s/%(ENV_HOSTNAME)s/stdout.log
15+ stdout_logfile_backups=0
16+ stdout_logfile_maxbytes=50MB
Original file line number Diff line number Diff line change @@ -3,16 +3,17 @@ directory=/etc/redis
33; The `--save` is for saving session data to disk more often, so recent sessions aren't cleared on restart.
44; The empty string to `--logfile` is for logging to stdout so that supervisor can capture it.
55command=redis-server --save 15 1 --dir /appsmith-stacks/data/redis --daemonize no --logfile ""
6- priority=5
7- autostart=true
86autorestart=true
9- startsecs=0
10- startretries=3
11- stdout_logfile=%(ENV_APPSMITH_LOG_DIR)s/%(program_name)s/%(program_name)s.log
7+ autostart=true
8+ priority=5
129redirect_stderr=true
13- stdout_logfile_maxbytes=10MB
14- stderr_logfile_maxbytes=10MB
15- stdout_logfile_backups=2
16- stderr_logfile_backups=2
17- stdout_events_enabled=true
10+ startretries=3
11+ startsecs=0
1812stderr_events_enabled=true
13+ stderr_logfile=%(ENV_APPSMITH_LOG_DIR)s/%(program_name)s/%(ENV_HOSTNAME)s/stderr.log
14+ stderr_logfile_backups=0
15+ stderr_logfile_maxbytes=50MB
16+ stdout_events_enabled=true
17+ stdout_logfile=%(ENV_APPSMITH_LOG_DIR)s/%(program_name)s/%(ENV_HOSTNAME)s/stdout.log
18+ stdout_logfile_backups=0
19+ stdout_logfile_maxbytes=50MB
You can’t perform that action at this time.
0 commit comments