Skip to content

C4Tech/docker-beanstalkd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Beanstalkd container service

A basic beanstalkd container.

Configuration

There is nothing to configure. The service runs on the default port 11300 and is exposed for use.

Docker Compose example

queue:
  image: c4tech/beanstalkd
  ports:
    - "11300:11300"

About

Docker container for beanstalkd

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published