Expand description
Docker Compose file structure types.
Defines the structure of a docker-compose.yaml file with support for position tracking.
Structs§
- Compose
File - Parsed Docker Compose file.
- Position
- Position in the source file.
- Service
- A service definition.
- Service
Port - Port mapping for a service.
- Service
Volume - Volume mount for a service.
Enums§
- Parse
Error - Error type for parsing.
- Service
Build - 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.