Chatpad
A free, open-source, and slick UI for ChatGPT.
Directory Structure
- .env
- docker-compose.yml
docker-compose.yml
version: "3.3"
services:
chatpad:
image: ghcr.io/deiucanta/chatpad:latest
container_name: chatpad
volumes:
- "`pwd`/config.json:/usr/share/nginx/html/config.json"
ports:
- 8080:80
restart: unless-stoppedResources
Website: https://chatpad.ai/
GitHub: https://github.com/deiucanta/chatpad
Docker Hub: https://github.com/deiucanta/chatpad/pkgs/container/chatpad
Configuration: https://github.com/deiucanta/chatpad#self-host-using-docker