Configuration Reference
Version:2.0.0-M1
Micronaut Test Resources Server Config Properties
🔗Property | Type | Description |
---|---|---|
|
java.lang.String |
Micronaut Test Resources Testcontainers Config Properties
🔗Property | Type | Description |
---|---|---|
|
java.lang.String |
Returns the name of the docker image to use for the test resources container. |
|
java.lang.String |
The image tag. |
|
java.util.List |
Returns the names of the properties which will be set to the host name of the container. |
|
java.util.Map |
The map of property names to port names. |
|
java.util.Map |
Returns the map of read-only system bindings. |
|
java.util.Map |
Returns the map of read-write system bindings. |
|
java.util.List |
The container command. |
|
java.lang.String |
The working directory for the container. |
|
java.util.Map |
The map of environment variables. |
|
java.util.Map |
The labels to set on the started container. |
|
java.lang.String |
The startup timeout of the container. |
|
java.util.Map |
The files to be copied to the container. |
|
java.lang.String |
The memory limit of the container. |
|
java.lang.String |
The swap memory limit of the container. |
|
java.lang.String |
The shared memory limit of the container. |
|
java.lang.String |
The network this container will belong to. |
|
java.util.List |
The list of names this container will use in a custom network. |