Added sockets for notifications

This commit is contained in:
2026-06-30 21:42:51 +10:00
parent 6cadd3d9e6
commit 6978510147
7 changed files with 62 additions and 17 deletions
+1
View File
@@ -6,5 +6,6 @@ php artisan config:cache
php artisan migrate --force
crond -f -l 8 &
php artisan reverb:start --host=0.0.0.0 --port=8080 &
php-fpm -D
nginx -g 'daemon off;'