production: remove redis config
This commit is contained in:
parent
da7d32771e
commit
cdeed06ea5
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in New Issue