discourse-docker
discourse-docker copied to clipboard
Don't use supervisor
if you ctrl+c a make supervisor session, supervisor will seemingly exit after killing the docker processes, but docker ps will indicate that the containers are still running.
supervisor is effectively useless in this context.
we should get rid of it, unless docker will play well with process supervisors (see docker issue 1311).