production: remove redis config

This commit is contained in:
Víctor Falcón 2025-12-17 11:53:28 +01:00
parent da7d32771e
commit cdeed06ea5
1 changed files with 0 additions and 7 deletions

View File

@ -39,13 +39,6 @@ autorestart=true
stdout_logfile=/var/log/memcached.log
stderr_logfile=/var/log/memcached.log
[program:redis]
command=redis-server --bind 127.0.0.1 --port 6379 --daemonize no
autostart=true
autorestart=true
stdout_logfile=/var/log/redis.log
stderr_logfile=/var/log/redis.log
[program:inertia-ssr]
process_name=%(program_name)s_%(process_num)02d
command=bash -c 'exec php /app/artisan inertia:start-ssr --runtime=bun'