Remove CouchDB container name.
This commit is contained in:
parent
f68840a580
commit
0dba0cebc7
|
@ -2,7 +2,6 @@ import { GenericContainer, Wait } from "testcontainers"
|
||||||
|
|
||||||
export default async function setup() {
|
export default async function setup() {
|
||||||
const container = await new GenericContainer("budibase/couchdb")
|
const container = await new GenericContainer("budibase/couchdb")
|
||||||
.withName("couchdb-service")
|
|
||||||
.withExposedPorts(5984)
|
.withExposedPorts(5984)
|
||||||
.withEnvironment({
|
.withEnvironment({
|
||||||
COUCHDB_PASSWORD: "budibase",
|
COUCHDB_PASSWORD: "budibase",
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit dad97ea682195704eb65fefdc604f62606360ea7
|
Subproject commit 7c42874509cfdc98580994addaaaa8296f3e92de
|
|
@ -2,7 +2,6 @@ import { GenericContainer, Wait } from "testcontainers"
|
||||||
|
|
||||||
export default async function setup() {
|
export default async function setup() {
|
||||||
const container = await new GenericContainer("budibase/couchdb")
|
const container = await new GenericContainer("budibase/couchdb")
|
||||||
.withName("couchdb-service")
|
|
||||||
.withExposedPorts(5984)
|
.withExposedPorts(5984)
|
||||||
.withEnvironment({
|
.withEnvironment({
|
||||||
COUCHDB_PASSWORD: "budibase",
|
COUCHDB_PASSWORD: "budibase",
|
||||||
|
|
|
@ -2,7 +2,6 @@ import { GenericContainer, Wait } from "testcontainers"
|
||||||
|
|
||||||
export default async function setup() {
|
export default async function setup() {
|
||||||
const container = await new GenericContainer("budibase/couchdb")
|
const container = await new GenericContainer("budibase/couchdb")
|
||||||
.withName("couchdb-service")
|
|
||||||
.withExposedPorts(5984)
|
.withExposedPorts(5984)
|
||||||
.withEnvironment({
|
.withEnvironment({
|
||||||
COUCHDB_PASSWORD: "budibase",
|
COUCHDB_PASSWORD: "budibase",
|
||||||
|
|
Loading…
Reference in New Issue