glot-run is now incorporated into glot-www and is no longer needed.
The canonical url for the run api is now: https://glot.io/api/run
Upgrade notes
glot-www needs these new environment variables
DOCKER_RUN_BASE_URL
DOCKER_RUN_ACCESS_TOKEN
DOCKER_RUN_RESPONSE_TIMEOUT
These environment variables can be removed
RUN_API_BASE_URL
RUN_API_ADMIN_TOKEN
RUN_API_ANONYMOUS_TOKEN
Run this db query before starting glot-www
ALTER TABLE "api_user" DROP COLUMN "run_id";