# Configuration file for compose-sync repo_url: "git@github.com:user/compose-repo.git" # Optional: URL for cloning (not used if repo_path already exists) repo_path: "/path/to/local/repo" # Required: Local path to the git repository branch: "main" # Optional: Git branch to sync (default: current branch or main) concurrency: 3 # Optional: Number of concurrent deployments (default: 3)