Taskforce.sh
  • Documentation
  • Getting started
    • Direct Redis Connection
    • Taskforce connector
  • Account
    • Settings
  • Connections
    • Queues
    • Jobs
    • Workers
  • Metrics
  • Monitoring
    • Enable notifications
      • Slack
      • Pagerduty
    • Connection monitor
    • Failed jobs monitor
    • Missing workers monitor
    • Max Memory monitor
    • Backlog Monitor
  • Alerts
  • Organizations
  • BullMQ Pro
    • Connector Pro
  • On Premises
    • AWS
      • Launch AWS AMI.
      • Create role with SSM permissions
      • Assign SSM Role
      • Configure your instance
        • Create a PostgreSQL instance
        • Configure Auth0
          • Configure API
        • Configure Mailgun
      • Setup loadbalancer
      • Setup route 53
      • Monitors
      • Upgrading
      • Troubleshooting
    • Docker
      • Docker registry
      • Environment variables
      • Docker compose
    • Using the taskforce connector
  • Security primer
  • Troubleshooting
Powered by GitBook
On this page

Was this helpful?

  1. On Premises
  2. Docker

Docker registry

PreviousDockerNextEnvironment variables

Last updated 4 months ago

Was this helpful?

The docker image used by the Dashboard is provided by a private docker registry located at https://docker.taskforce.sh

In order to install and use the images you will need to subscribe to an On-Premises license on your subscriptions page.

If you need a trial before you decide to purchase the license, please contact support.

When you have a valid license, it will appear in the "Enterprise" section of your account.

You will need this license in order to download and run the image. For this just use the standard docker login and docker pull procedure as shown below:

$ docker login --username=$DOCKER_USER --password=$DOCKER_PASS docker.taskforce.sh
$ docker pull docker.taskforce.sh/onprem/dashboard:1.6.0

It is not advised to use the username or the password on the command line, but note that you would need to escape the $ character above:

--username=robot\$5ad883a0-f572-40a0-811a-0d8a5484e331

The license key will be checked every 15 minutes after the docker container starts, if it fails for more than 5 consecutive attempts, the container will close itself down.