[PR #491] Testcontainers example #507

Open
opened 2025-11-06 14:27:40 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/docker/awesome-compose/pull/491
Author: @maxproske
Created: 6/10/2024
Status: 🔄 Open

Base: masterHead: feature/testcontainers


📝 Commits (3)

  • 1e0aa01 Add testcontainers example from #DockerCaptainsSummit
  • 387b457 Remove commented out code
  • 1ef170e Merge branch 'docker:master' into feature/testcontainers

📊 Changes

11 files changed (+213 additions, -0 deletions)

View changed files

testcontainers/.dockerignore (+36 -0)
testcontainers/.env.sample (+1 -0)
testcontainers/.gitignore (+3 -0)
testcontainers/Dockerfile (+38 -0)
testcontainers/README.md (+19 -0)
testcontainers/compose.yaml (+15 -0)
testcontainers/index.ts (+22 -0)
testcontainers/package.json (+24 -0)
testcontainers/redis.yaml (+11 -0)
testcontainers/setupRedis.ts (+34 -0)
testcontainers/tsconfig.json (+10 -0)

📄 Description

Adds an example using Testcontainers in a Docker Compose environment for local and cloud development, with or without a local Docker engine.

https://node.testcontainers.org/features/compose/


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/docker/awesome-compose/pull/491 **Author:** [@maxproske](https://github.com/maxproske) **Created:** 6/10/2024 **Status:** 🔄 Open **Base:** `master` ← **Head:** `feature/testcontainers` --- ### 📝 Commits (3) - [`1e0aa01`](https://github.com/docker/awesome-compose/commit/1e0aa01714b9a6b8091ff743a41f954871035506) Add testcontainers example from #DockerCaptainsSummit - [`387b457`](https://github.com/docker/awesome-compose/commit/387b457e7f8165f42f45ad719fe43df140934c19) Remove commented out code - [`1ef170e`](https://github.com/docker/awesome-compose/commit/1ef170e10a5ae8b8cc86cb53dc8df092253ad518) Merge branch 'docker:master' into feature/testcontainers ### 📊 Changes **11 files changed** (+213 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `testcontainers/.dockerignore` (+36 -0) ➕ `testcontainers/.env.sample` (+1 -0) ➕ `testcontainers/.gitignore` (+3 -0) ➕ `testcontainers/Dockerfile` (+38 -0) ➕ `testcontainers/README.md` (+19 -0) ➕ `testcontainers/compose.yaml` (+15 -0) ➕ `testcontainers/index.ts` (+22 -0) ➕ `testcontainers/package.json` (+24 -0) ➕ `testcontainers/redis.yaml` (+11 -0) ➕ `testcontainers/setupRedis.ts` (+34 -0) ➕ `testcontainers/tsconfig.json` (+10 -0) </details> ### 📄 Description Adds an example using Testcontainers in a Docker Compose environment for local and cloud development, with or without a local Docker engine. https://node.testcontainers.org/features/compose/ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-06 14:27:40 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-compose#507