docker-compose.yml
version: "3"
services:
beanstalkd:
container_name: beanstalkd
hostname: beanstalkd
image: designinlife/beanstalkd:1.12
network_mode: bridge
entrypoint: ["bootstrap.sh"]
ports:
- "11300:11300"
volumes:
- "/data/docker/var/beanstalkd:/var/lib/beanstalkd:rw"
- "/etc/localtime:/etc/localtime:ro"
environment:
- "JOB_MAX_SIZE=2097152"
- "WAL_ENABLED=0"
restart: always
| NAME | DEFAULT VALUE |
|---|---|
| WAL_ENABLED | 0 |
| JOB_MAX_SIZE | 1048576 bytes |
Content type
Image
Digest
sha256:8b71cdd93…
Size
3.3 MB
Last updated
about 3 years ago
docker pull designinlife/beanstalkd