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

Allow overriding of the PG server IP address #7

Merged
merged 2 commits into from
Feb 14, 2023
Merged

Commits on Feb 14, 2023

  1. Allow overriding of the PG server IP address

    When running inside an existing container, newly started Postgres containers
    will not have a 127.0.0.1 address, but instead the host bridge's will
    beed to be used instead. Allow users to specify that via a parmeter to
    the fixture or an environment variable.
    juledwar committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    c4ae429 View commit details
    Browse the repository at this point in the history
  2. Update Github actions

    juledwar committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    f098d51 View commit details
    Browse the repository at this point in the history