Packages

Ready-to-use, fully customizable Testcontainer formulas for Gleam (postgres, redis, …).

Current section

Files

Jump to
testcontainer_formulas src testcontainer_formulas.app.src
Raw

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, []}
]}.