mirror of
https://github.com/coollabsio/coolify.git
synced 2026-06-13 19:09:50 +00:00
feat(monitoring): add Laravel Nightwatch monitoring support
- Install laravel/nightwatch package for application monitoring - Create Nightwatch console command to start the monitoring agent - Add NIGHTWATCH_ENABLED and NIGHTWATCH_TOKEN environment variables - Configure nightwatch settings in config/constants.php - Set up Docker s6-overlay services for both development and production - Disable Nightwatch by default in test environment
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
<env name="QUEUE_CONNECTION" value="sync" force="true"/>
|
||||
<env name="SESSION_DRIVER" value="array" force="true"/>
|
||||
<env name="TELESCOPE_ENABLED" value="false"/>
|
||||
<env name="NIGHTWATCH_ENABLED" value="false"/>
|
||||
</php>
|
||||
<source>
|
||||
<include>
|
||||
|
||||
Reference in New Issue
Block a user