| [supervisord] | |
| nodaemon=true | |
| [program:yuedu3] | |
| command=java -jar /app/bin/reader.jar --spring.profiles.active=prod --reader.server.port=7860 --reader.app.secure=true --reader.app.secureKey=%(ENV_pwd)s --reader.app.inviteCode=%(ENV_yqm)s | |
| autostart=true | |
| autorestart=true | |
| startsecs=0 | |
| #[program:cfd] | |
| #command=/app/cloudflared tunnel --no-autoupdate run --token eyJhIjoiZjEyMjQ3MGExMWEwYjAxOTBiYWY3ZmRlNjUxY2NkMjMiLCJ0IjoiMTY1Mzc5ZjYtYzZlYy00Mzk4LTllYTktOWI2NWJiZjBmNzBiIiwicyI6Ill6WTRNalJrWWprdE5XSXdOeTAwTnpGbExXSTBabVl0TW1VMVlqTTRZelkyTkdRNCJ9 | |
| #autostart=true | |
| #autorestart=true | |
| #startsecs=5 | |
| #redirect_stderr=true |