Documentation
    Preparing search index...

    Interface ComposeFile

    interface ComposeFile {
        networks?: Record<string, any>;
        services: Record<string, ComposeService>;
        version?: string;
        volumes?: Record<string, any>;
    }
    Index

    Properties

    networks?: Record<string, any>
    services: Record<string, ComposeService>
    version?: string
    volumes?: Record<string, any>