{"id":29922026,"url":"https://github.com/valohai/worker-queue","last_synced_at":"2025-09-10T00:42:39.117Z","repository":{"id":46487104,"uuid":"377902637","full_name":"valohai/worker-queue","owner":"valohai","description":"Dockerfile for building the Valohai Worker queue","archived":false,"fork":false,"pushed_at":"2025-02-06T07:29:12.000Z","size":7541,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":9,"default_branch":"main","last_synced_at":"2025-02-06T08:32:16.550Z","etag":null,"topics":["devops","iaac","valohai"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/valohai.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-06-17T16:55:26.000Z","updated_at":"2025-02-06T07:29:16.000Z","dependencies_parsed_at":"2022-09-23T01:51:58.025Z","dependency_job_id":null,"html_url":"https://github.com/valohai/worker-queue","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/valohai/worker-queue","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valohai%2Fworker-queue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valohai%2Fworker-queue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valohai%2Fworker-queue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valohai%2Fworker-queue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/valohai","download_url":"https://codeload.github.com/valohai/worker-queue/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valohai%2Fworker-queue/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268356088,"owners_count":24237380,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-02T02:00:12.353Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["devops","iaac","valohai"],"created_at":"2025-08-02T08:44:54.662Z","updated_at":"2025-08-02T08:44:55.238Z","avatar_url":"https://github.com/valohai.png","language":"Shell","readme":"# Valohai Worker Queue\n\nThis repository contains a Dockerfile for building the Valohai Worker queue and scripts to deploy the queue.\n\nThe Docker image built is based on the official Debian Bookworm image and contains:\n\n- Redis (version 7+)\n- acmetool (modified for ACMEv2 support)\n- a startup script that wants the specified SSL certificate and runs Redis with the given password\n\n## Bulding and Publishing\n\nBuild: `./build.sh`\n\nPublish: `./publish.sh`\n\n## Installation\n\n\u003e :warning: The worker queue host machine needs to have port 80 open to the internet and port 63790 open to Valohai (roi) and workers (peon)!\n\nInstalling the worker queue on a machine is as easy as running: `curl https://raw.githubusercontent.com/valohai/worker-queue/main/host/setup.sh | sudo QUEUE_ADDRESS=your-queue-address-here REDIS_PASSWORD=your-redis-password-here REDIS_PORT=redis-tls-port bash`\n\nThis installs Docker and creates a systemd service that runs the worker queue with the given parameters.\n\nReplace your-queue-address-here with the `xxx.vqueue.net` address configured in Valohai's AWS Route 53 and your-redis-password-here with an agreed-upon password for Redis.\n\nRunning the above is equal to running the setup script directly: `sudo QUEUE_ADDRESS=your-queue-address-here REDIS_PASSWORD=your-redis-password-here ./setup.sh`\n\n### Manual Setup\n\nIf you want to install the worker queue without running the setup script `setup.sh` at all, here are the steps required:\n\n- Prepare a Linux host machine with Docker installed\n- Run `docker pull valohai/worker-queue:latest`\n- Copy `host/worker-queue.service` from this repository to `/etc/systemd/system/worker-queue.service`\n- Replace the following values in `etc/systemd/system/worker-queue.service`: `$QUEUE_ADDRESS` with your `xxx.vqueue.net` address and `$REDIS_PASSWORD` with an agreed-upon password for Redis\n- Run `systemctl enable worker-queue`\n- Run `systemctl start worker-queue`\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvalohai%2Fworker-queue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvalohai%2Fworker-queue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvalohai%2Fworker-queue/lists"}