Skip to content

mdelapenya/testcontainers-go-compose

Repository files navigation

Example repository for Testcontainers for Go: Docker compose module

This repository contains an example of how to use Testcontainers for Go with Docker Compose.

Please refer to the documentation of the Compose module here.

CI

This project contains a CI configuration for running the tests with Testcontainers for Go in different CI providers.

GitHub Actions

This repository contains a GitHub Actions configuration for running the tests with Testcontainers for Go.

The configuration is in the .github/workflows/ci.yml file, and it uses a matrix to run the tests with different versions of Go and Testcontainers for Go, including the main branch for both Testcontainers for Go and the Compose module.

CircleCI

This repository contains a CircleCI configuration for running the tests with Testcontainers for Go.

The configuration is in the .circleci/config.yml file, and the CircleCI job is running the tests in Testcontainers Cloud.

Gitlab CI

This repository contains a Gitlab CI configuration for running the tests with Testcontainers for Go.

The configuration is in the .gitlab/gitlab-ci.yml file, and the Gitlab repository is here.

About

Example of using testcontainers-go with Docker Compose

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages