Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Add config options #1

Merged
merged 3 commits into from
Jul 3, 2019
Merged

Add config options #1

merged 3 commits into from
Jul 3, 2019

Commits on Jul 2, 2019

  1. Run container as rabbitmq user

    Improve security by not starting the container as root.
    As long as injected files are placed in the appropriate paths they will still be owned by the rabbitmq user.
    jbygdell committed Jul 2, 2019
    Configuration menu
    Copy the full SHA
    e4eb031 View commit details
    Browse the repository at this point in the history
  2. Add more config options to entrypoint script

    Allow the user to explicitly name the default `vhost` to something other than `/`.  Add option to disable peer verification of tls certificates.
    Remove unnecessary ownership changes of injected files.
    jbygdell committed Jul 2, 2019
    Configuration menu
    Copy the full SHA
    746d510 View commit details
    Browse the repository at this point in the history
  3. Update readme

    jbygdell committed Jul 2, 2019
    Configuration menu
    Copy the full SHA
    db8b7a1 View commit details
    Browse the repository at this point in the history