Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update container env #72

Merged
merged 3 commits into from
Jan 10, 2024
Merged

Commits on Jan 9, 2024

  1. Add missing env variables for container

    When we switched the container to make use of another port we forgot to
    update the module.
    tuxmea committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    4539d90 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. Set hostname and port and allow own registry

    We want to allow using different ports and hostnames.
    We pass these information as arguments to the docker container.
    
    A user wants to make use of a local registry.
    Adding a parameter to hdm calls to set individual registry.
    tuxmea committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    5525870 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c8af38 View commit details
    Browse the repository at this point in the history