simple alternative to the Amazon SQS Daemon ("sqsd") used on AWS Beanstalk worker
599
https://github.com/kamegu/node-sqsd
forked from https://github.com/mogadanez/sqsd
example with elasticmq ( https://github.com/softwaremill/elasticmq )
node_sqsd:
container_name: node-sqsd
image: kamegu/node-sqsd:0.0.1
environment:
AWS_ACCESS_KEY_ID: test-id
AWS_SECRET_ACCESS_KEY: test-key
AWS_DEFAULT_REGION: ap-northeast-1
SQSD_QUEUE_URL: http://elasticmq:9324/000000000000/test-queue
SQSD_ENDPOINT_URL: http://elasticmq:9324
SQSD_SSL_ENABLED: "false"
SQSD_RUN_DAEMONIZED: 1
SQSD_WORKER_HTTP_URL: http://worker_host/worker
SQSD_WORKER_HTTP_REQUEST_CONTENT_TYPE: "application/json"
SQSD_HTTP_MAX_CONNS: 2
Content type
Image
Digest
sha256:8f07b6a35…
Size
68.9 MB
Last updated
about 4 years ago
docker pull kamegu/node-sqsd:0.0.1