deployment

Automate LibreChat deployment with Docker Compose and reverse proxies.

2|Updated Mar 23, 2026
One-click install
npx skills add https://github.com/bethanychamberlain/claude-skills-librechat --skill deployment-bethanychamberlain
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deployment
Source: https://github.com/bethanychamberlain/claude-skills-librechat/tree/main/librechat-ops/skills/deployment
Command: npx skills add https://github.com/bethanychamberlain/claude-skills-librechat --skill deployment-bethanychamberlain

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This deployment skill provides guided workflows to set up, configure, and harden LibreChat deployments across local, remote, and cloud environments using Docker Compose, reverse proxies, and cloud providers.

Core Features & Use Cases

  • Deploy from scratch with Docker Compose and optional reverse proxies.
  • Modify existing deployments with override configurations and mode-based workflows (production hardening, port changes, scaling).
  • Use reference docs and templates to speed up provisioning and ensure secure, scalable deployments.

Quick Start

Clone the LibreChat repository, run through the deployment steps to generate docker-compose files, then start services with docker compose up -d.

Frequently Asked Questions about deployment

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deploy LibreChat with Docker Compose?

To deploy LibreChat with Docker Compose, clone the repository, run the guided deployment steps to generate configuration files, then start services with docker compose up -d.

Can I use Traefik or Nginx as a reverse proxy for LibreChat?

Yes, you can configure Nginx or Traefik as a reverse proxy for LibreChat. The deployment workflow supports reverse proxy setup for routing and TLS termination.

What is the best way to harden LibreChat for production?

The best way to harden LibreChat for production is using the production hardening mode, which applies best practices for TLS, networking, and container management to secure your deployment.

Does this deployment workflow support cloud platforms?

Yes, the deployment workflow supports cloud platforms. It applies guided orchestration for provisioning and configuring LibreChat across local, remote, and cloud environments.

How do I modify an existing LibreChat deployment?

Modify an existing LibreChat deployment using override configurations and mode-based workflows. This supports port changes, scaling, and production hardening without starting from scratch.

Do I need Docker experience to set up LibreChat?

Basic Docker familiarity helps, but the deployment workflow provides guided steps, reference docs, and templates to automate LibreChat orchestration across various environments.