webhooksite. probably fixing #96 by auto-restarting Laravel Echo server on crash. #109

Merged
skobkin merged 1 commits from fix_96_laravel_echo_crash into master 2024-05-27 15:08:51 +00:00
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ services:
- "ECHO_ALLOW_ORIGIN=*"
- "ECHO_ALLOW_METHODS=*"
- "ECHO_ALLOW_HEADERS=*"
restart: unless-stopped
redis:
image: redis:alpine