chore(vearch): use Run function by mdelapenya · Pull Request #3441 · testcontainers/testcontainers-go

@mdelapenya @claude

This commit migrates the vearch module to use the new testcontainers.Run() API.

The main changes are:
- Use testcontainers.Run() instead of testcontainers.GenericContainer()
- Convert to moduleOpts pattern with functional options
- Use WithExposedPorts, WithCmd, WithHostConfigModifier, WithFiles, WithWaitStrategy

Ref: testcontainers#3174

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>

@mdelapenya mdelapenya added the chore

Changes that do not impact the existing functionality

label

Oct 9, 2025