{"id":20795695,"url":"https://github.com/graze/docker-sqs-local","last_synced_at":"2025-05-06T07:04:50.986Z","repository":{"id":48882453,"uuid":"108142294","full_name":"graze/docker-sqs-local","owner":"graze","description":"Docker image with an SQS-compatible queue implementation for local development","archived":false,"fork":false,"pushed_at":"2021-07-07T09:07:22.000Z","size":4,"stargazers_count":6,"open_issues_count":0,"forks_count":3,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-04-21T01:10:26.285Z","etag":null,"topics":["docker","docker-image","sqs"],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/graze.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-10-24T14:55:35.000Z","updated_at":"2025-01-02T08:58:53.000Z","dependencies_parsed_at":"2022-08-30T15:10:18.109Z","dependency_job_id":null,"html_url":"https://github.com/graze/docker-sqs-local","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/graze%2Fdocker-sqs-local","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/graze%2Fdocker-sqs-local/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/graze%2Fdocker-sqs-local/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/graze%2Fdocker-sqs-local/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/graze","download_url":"https://codeload.github.com/graze/docker-sqs-local/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252638598,"owners_count":21780615,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","docker-image","sqs"],"created_at":"2024-11-17T16:23:21.546Z","updated_at":"2025-05-06T07:04:50.933Z","avatar_url":"https://github.com/graze.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docker SQS-compatible image\nDocker image containing an SQS-compatible queue implementation ([ElasticMQ](https://github.com/adamw/elasticmq)) for offline development of software that uses SQS.\n\n# Running\n\n## Using `docker`\n\n```\ndocker run -p 9324:9324 graze/sqs-local\n```\n\nYou can use a custom conf file as well to override the config stored in the image.\n\n```\ndocker run -p 9324:9324 -v \"$PWD/elasticmq.conf:/elasticmq.conf\" graze/sqs-local\n```\n\n### Multiarch\n\nThis allows you to run the image on various architectures. The recommendation would be to use this if you're trying to run this on an Apple M1.\n\n```\ndocker run -p 9324:9324 graze/sqs-local:multiarch\n```\n\n## Using `docker-compose`\n\n```\nservices:\n  sqs:\n    image: graze/sqs-local\n    ports:\n      - 9324:9324\n    volumes:\n      - ./elasticmq.conf:/elasticmq.conf\n```\n\n### Multiarch\n\nIf you want to use the multiarch image in your docker-compose file then\n\n```\nservices:\n  sqs:\n    image: graze/sqs-local:multiarch\n    ports:\n      - 9324:9324\n    volumes:\n      - ./elasticmq.conf:/elasticmq.conf\n```\n\n```\ndocker-compose up sqs\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgraze%2Fdocker-sqs-local","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgraze%2Fdocker-sqs-local","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgraze%2Fdocker-sqs-local/lists"}