Resolve "When using docker-compose deployment, the celerybeat container may stumble over a stale pid file"
Per suggestions on Stackoverflow here, add a --pidfile=
to the celerybeat launch command to prevent the creation of a pidfile.
Closes #1004 (closed)