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.
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
Restart DDEV to start the addon.
ddev restart
bankstalkd.beanstalkd:11300.ddev ssh to connect to the web container, then telnet to the beanstalkd container on port 11300, e.g. telnet beanstalkd 11300.telnet docker.lan 11300. Then you can use a UI console like aurora to monitor your beanstalkd queue. e.g.:services:
my_beanstalkd:
ports:
- "11300:11300"