Remove superwatcher from docker-compose dev (#14708)

When making changes to the application sometime you can accidentally cause FATAL state and cause the dev container to crash which will remove any ephemeral changes that you have made and is ANNOYING!
This commit is contained in:
Hao Liu 2023-12-13 14:26:53 -05:00 committed by GitHub
parent df24cb692b
commit bf42c63c12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -113,12 +113,6 @@ killasgroup=true
stdout_events_enabled = true
stderr_events_enabled = true
[eventlistener:superwatcher]
command=stop-supervisor
events=PROCESS_STATE_FATAL
autorestart = true
stderr_logfile=/dev/stdout
[unix_http_server]
file=/var/run/supervisor/supervisor.sock