Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/websmurf/beanstalkd-docker
https://github.com/websmurf/beanstalkd-docker
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/websmurf/beanstalkd-docker
- Owner: websmurf
- Created: 2022-02-16T21:08:53.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-19T14:38:31.000Z (3 months ago)
- Last Synced: 2024-08-19T17:03:24.974Z (3 months ago)
- Language: Dockerfile
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Quick reference
* Maintained by: [Websmurf](https://github.com/websmurf)
* Where to get help: [Discussions](https://github.com/websmurf/beanstalkd-docker/discussions)# Supported tags and respective Dockerfile links
* [1.13-alpine-3.20](https://github.com/websmurf/beanstalkd-docker/blob/main/Dockerfile)
* [1.13-alpine-3.18](https://github.com/websmurf/beanstalkd-docker/blob/main/Dockerfile)
* [1.12-alpine-3.14](https://github.com/websmurf/beanstalkd-docker/blob/main/Dockerfile)
* [1.11-alpine-3.12](https://github.com/websmurf/beanstalkd-docker/blob/main/Dockerfile)
* [1.10-alpine-3.10](https://github.com/websmurf/beanstalkd-docker/blob/main/Dockerfile)# Quick reference (cont.)
* Where to file issues: https://github.com/websmurf/beanstalkd-docker/issues
# What is Beanstalkd?
[Beanstalk](https://beanstalkd.github.io/) is a simple, fast work queue.
Its interface is generic, but was originally designed for reducing the latency of page views in high-volume web applications by running time-consuming tasks asynchronously.
# How to use this image
```
docker run --name beanstalkd websmurf/beanstalkd:1.13-alpine-3.20
````## Exposing ports
```
docker run --name beanstalkd -p 11300:11300 websmurf/beanstalkd:1.13-alpine-3.20
```