testcontainers-java icon indicating copy to clipboard operation
testcontainers-java copied to clipboard

Add environment variable substitution to docker compose parsing

Open mpdn opened this issue 4 years ago • 1 comments

Adds environment variable substitution (as described here) to ParsedDockerComposeFile.

This also means compose file parsing is deferred until the container is started.

mpdn avatar Dec 23 '20 15:12 mpdn