Understanding the Docker Compose File
Details of the configurable parameters in the docker-compose.yml file.
The following variables can be configured in the docker-compose.yml file.
| Variable | Description | Mandatory |
|---|---|---|
| networks:name | Specify the name of the Docker network. | No |
| services:enviroment | Specify the location for the logs in the logging_config parameter. | No |
| classification_service:ports | Specify the listening port for the classification service. By default, the port is set to 8580. | No |
Feedback
Was this page helpful?