1 min read
asynqmon-handler

Docker image

# Pull the latest image
docker pull syahidfrd/asynqmon-handler

# Or specify the image by tag
docker pull syahidfrd/asynqmon-handler[:tag]

Run the binary

docker run --rm \
    --name asynqmon-handler \
    -e ASYNQMON_USER=admin \
    -e ASYNQMON_PASSWORD=secure123 \
    -p 3000:3000 \
    syahidfrd/asynqmon-handler

Here’s the available env:

EnvDefaultDescription
ASYNQMON_USERadminAsynqmon user
ASYNQMON_PASSWORDadminAsynqmon password
REDIS_ADDR:6379Redis address

Next, go to localhost:3000 and see Asynqmon dashboard