Git Product home page Git Product logo

Comments (5)

daniel-england avatar daniel-england commented on May 26, 2024 1

Hi Ronald,

The only way I could find to add queues is to add them manually. It would be nice if I could pass in the elasticmq.conf and sqs-insight.conf to use when launching the container.

from alpine-sqs.

roribio avatar roribio commented on May 26, 2024 1

Thanks for contributing guys, great work! 😄

from alpine-sqs.

roribio avatar roribio commented on May 26, 2024

Hi,

Thank you for your interest :)

Could you please provide some more detail on what you're trying to accomplish?

Keep in mind that this project is only a convenience Docker implementation of the ElasticMQ project.

Thanks,
Ronald

from alpine-sqs.

note avatar note commented on May 26, 2024

@daniel-england I stumbled upon similar problem. According to README.md:

Alternatively, if you'd like to be able to edit configuration files locally, without having to enter the container, you can mount the configuration directory somewhere on your host directly.

docker run --name alpine-sqs -p 9324:9324 -p 9325:9325 -v /opt/alpine-sqs:/opt/config -d roribio16/alpine-sqs:latest

The problem is that it does not really work. The reason is that if I mount my directory to /opt/config on container it still gets overwritten by sqs-init.sh which does cp /opt/*.conf /opt/config/. One may think that it might work to mount to /opt instead but it does not. I don't know the semantics of mounting to already existing directories - in my case trying to do so wiped out all the existing content in container's opt which of course caused failure.

@roribio I prepared a PR that fixes that: #14

from alpine-sqs.

moleksyuk avatar moleksyuk commented on May 26, 2024

Hi, @roribio
Yep, the same issue for me. I would like to start ElasticMQ with already predefined 2 queues, not with only default one.

from alpine-sqs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.