Packages
testcontainer_formulas
1.0.0
Ready-to-use, fully customizable Testcontainer formulas for Gleam (postgres, redis, …).
Current section
Files
Jump to
Current section
Files
src/testcontainer_formulas.app.src
{application, testcontainer_formulas, [
{vsn, "1.0.0"},
{applications, [cowl,
gleam_stdlib,
testcontainer]},
{description, "Ready-to-use, fully customizable Testcontainer formulas for Gleam (postgres, redis, …)."},
{modules, [testcontainer_formulas@@main,
testcontainer_formulas@mongo,
testcontainer_formulas@mysql,
testcontainer_formulas@postgres,
testcontainer_formulas@rabbitmq,
testcontainer_formulas@redis]},
{registered, []}
]}.