DockerComposeLaunchConfig#
- class ansys.acp.core.DockerComposeLaunchConfig(image_name_acp='ghcr.io/ansys/acp:latest', image_name_filetransfer='ghcr.io/ansys/tools-filetransfer:latest', license_server='', keep_volume=False, compose_file=None, environment_variables=<factory>, transport_mode='mtls', certs_dir=None)#
Configuration options for launching ACP through docker compose.
Methods
Attributes
Directory path for mTLS certificate files.
Docker compose file used to start the services.
Docker image running the ACP gRPC server.
Docker image running the file transfer service.
If true, keep the volume after docker compose is stopped.
License server passed to the container as 'ANSYSLMD_LICENSE_FILE' environment variable.
Specifies the gRPC transport mode to use.
Additional environment variables passed to docker compose.