Run OpenChat in containers using Docker Compose.
Clone and configure
git clone https://github.com/opencoredev/openchat.git cd openchat cp env.web.example apps/web/.env.local cp env.server.example apps/server/.env.local
Set env values
Start containers
docker compose up --build
docker compose up -d docker compose logs -f docker compose down
curl http://localhost:3210/health
Was this page helpful?