Skip to content

Commit f1721bb

Browse files
committed
Add ELECTRIC_INSECURE env var to test container
1 parent 1fa8737 commit f1721bb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • internal-packages/testcontainers/src

internal-packages/testcontainers/src/utils.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ export async function createElectricContainer(
162162
.withNetwork(network)
163163
.withEnvironment({
164164
DATABASE_URL: databaseUrl,
165+
ELECTRIC_INSECURE: "true",
165166
})
166167
.start();
167168

0 commit comments

Comments
 (0)