Sistema Contenedor Ibiza v2.0 - Despliegue Docker

This commit is contained in:
2026-02-01 00:26:47 -06:00
commit 4d07b4b14c
355 changed files with 110875 additions and 0 deletions

16
supervisor.conf Normal file
View File

@@ -0,0 +1,16 @@
[supervisord]
nodaemon=true
[program:apache2]
command=/usr/sbin/apache2ctl -D FOREGROUND
autostart=true
autorestart=true
stderr_logfile=/var/log/apache2/error.log
stdout_logfile=/var/log/apache2/access.log
[program:rotation-worker]
command=/usr/bin/php /var/www/html/scripts/auto-rotation.php
autostart=true
autorestart=true
stderr_logfile=/var/www/html/logs/rotation-error.log
stdout_logfile=/var/www/html/logs/rotation-output.log