···11# Configuration file for compose-sync
22repo_url: "git@github.com:user/compose-repo.git" # Optional: URL for cloning (not used if repo_path already exists)
33repo_path: "/path/to/local/repo" # Required: Local path to the git repository
44+concurrency: 3 # Optional: Number of concurrent deployments (default: 3)
45