Module compose

Module compose 

Source
Expand description

Docker Compose file structure types.

Defines the structure of a docker-compose.yaml file with support for position tracking.

Structs§

ComposeFile
Parsed Docker Compose file.
Position
Position in the source file.
Service
A service definition.
ServicePort
Port mapping for a service.
ServiceVolume
Volume mount for a service.

Enums§

ParseError
Error type for parsing.
ServiceBuild
Build configuration for a service.

Functions§

parse_compose
Parse a Docker Compose file from a string.
parse_compose_with_positions
Parse a Docker Compose file with position tracking.