Expand description
Docker Compose integration for application deployment
This module provides Docker Compose-specific functionality for the deployment system, including template rendering for Docker Compose configuration files.
§Components
template- Template rendering functionality for Docker Compose fileslocal_validator- Localdocker compose configvalidation after rendering
Note: Unlike Ansible and Tofu, Docker Compose currently only uses static templates (no Tera variable substitution). If dynamic templates are needed in the future, the template module can be extended similar to Ansible.
Re-exports§
pub use template::DockerComposeProjectGenerator;pub use template::DockerComposeProjectGeneratorError;
Modules§
- local_
validator - Local
docker compose configvalidator - template
- Docker Compose template functionality
Constants§
- DOCKER_
COMPOSE_ SUBFOLDER - Subdirectory name for Docker Compose-related files within the build directory.