LangChain Reference home pageLangChain ReferenceLangChain Reference
  • GitHub
  • Main Docs
Deep Agents
LangChain
LangGraph
Integrations
LangSmith
  • Overview
  • LangGraph Checkpoint
    LangGraph Store
    Checkpoint Postgres
    Store Postgres
    Checkpoint SQLite
    LangGraph Prebuilt
    LangGraph CLI
    LangGraph SDK
    LangGraph Supervisor
    LangGraph Swarm
    ⌘I

    LangChain Assistant

    Ask a question to get started

    Enter to send•Shift+Enter new line

    Menu

    LangGraph Checkpoint
    LangGraph Store
    Checkpoint Postgres
    Store Postgres
    Checkpoint SQLite
    LangGraph Prebuilt
    LangGraph CLI
    LangGraph SDK
    LangGraph Supervisor
    LangGraph Swarm
    Language
    Theme
    Pythonlanggraph-clicliOPT_DOCKER_COMPOSE
    Attribute●Since v0.1

    OPT_DOCKER_COMPOSE

    Copy
    OPT_DOCKER_COMPOSE = click.option(
      '--docker-compose',
      '-d',
      help='Advanced: Path to docker-compose.yml file with additional services to launch.',
      type=(click.Path(exists=True, file_okay=True, 
    View source on GitHub
    dir_okay
    =
    False
    ,
    resolve_path
    =
    True
    ,
    path_type
    =
    (
    pathlib
    .
    Path
    )
    )
    )
    )