Skip to content
DocsTry Aspire
DocsTry

FlociAwsContainerResource.withConfigFile

Method
📦 CommunityToolkit.Aspire.Hosting.Floci v13.5.0
interface FlociAwsContainerResource {
// ... omitted for brevity
withConfigFile(hostPath: string): FlociAwsContainerResource;
}

Signature

methodwithConfigFilebuilder
Mounts a custom Quarkus `application.yml` configuration file into the Floci container. The file is mounted read-only at `/deployments/config/application.yml`, which Quarkus reads on startup and merges with built-in defaults.
withConfigFile(hostPath: string): FlociAwsContainerResource
hostPathstring
FlociAwsContainerResource

Defined on

This method is defined on the following type: