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

Add docs for using Gitlab CI with Docker wormhole executor #4770

Merged
merged 5 commits into from
May 18, 2022

Commits on Dec 7, 2021

  1. Update gitlab_ci.md

    I had problems to get my configuration working for testcontainers in combination with gitlab. On my machine everything did run completely fine. But in Gitlab CI I got problems with Ryuk and also my mongo container couldn't be found. This was due to a wrong resolved ip address. 
    I found out when setting  the `TESTCONTAINERS_HOST_OVERRIDE` to `host.docker.internal` that it helped me a lot to solve these issues (since testcontainers exposes the ports on the host). 
    
    Since my configuration is quite generic, I thought it would be nice to include it in the docs so other people could also benefit.
    JurrianFahner committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    aba9032 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2021

  1. Implement feedback

    JurrianFahner committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    269bab0 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2021

  1. Implement feedback

    JurrianFahner committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    cc376be View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2021

  1. Configuration menu
    Copy the full SHA
    46ccfb1 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2021

  1. Configuration menu
    Copy the full SHA
    673087c View commit details
    Browse the repository at this point in the history