Přidat supervisord.conf
Build Nginx and PHP image / Build-Minecraft-Stats-Image (push) Has been cancelled Details

This commit is contained in:
Radim Lipovčan 2024-03-26 09:08:36 +01:00
parent ac0adf6ad8
commit 1c40477962
1 changed files with 17 additions and 0 deletions

17
supervisord.conf Normal file
View File

@ -0,0 +1,17 @@
[supervisord]
nodaemon=true
[program:nginx]
command=nginx -g "daemon off;"
autostart=true
autorestart=true
stdout_logfile=/var/log/nginx/access.log
stderr_logfile=/var/log/nginx/error.log
[program:java]
command=bash -c "service php8.1-fpm start"
autostart=true
autorestart=true
startsecs=100
[supervisorctl]