Raised: $0
0% of monthly goal Help us cross the finish line!
Goal: $12,000
Raised: $0 Goal: $12,000
0% of monthly goal Help us cross the finish line!
Sponsor DDEV

tests

What is ddev-beanstalkd?

This add-on allows you to easily install beanstalkd (with arm64 support) into a DDEV project.

It configures and installs the rayyounghong/beanstalkd docker image to provide a beanstalkd service within your DDEV project.

Installation

  1. Install the addon

    For DDEV v1.23.5 or above run

     ddev add-on get mrkistic/ddev-beanstalkd
    

    For earlier versions of DDEV run

     ddev get mrkistic/ddev-beanstalkd
    
  2. Restart DDEV to start the addon.

    ddev restart
    

Using beanstalkd service

services:
  my_beanstalkd:
    ports:
      - "11300:11300"