Securely store and manage your WhatsApp conversation history with this self-hosted backup application. It provides a reliable way to archive your important messages and media, ensuring you never lose access to them. The tool is designed to collect backups from various sources and present them in a single, accessible location.
This application offers several powerful features for backing up your chats:
services:
chatvault:
image: ghcr.io/vitormarcal/chatvault:latest
container_name: chatvault
restart: unless-stopped
ports:
- "3000:3000"
volumes:
- ./data:/app/data
- ./imports:/app/imports
environment:
- TZ=UTC
- ADMIN_USERNAME=${ADMIN_USERNAME}
- ADMIN_PASSWORD=${ADMIN_PASSWORD}
ADMIN_USERNAME=admin
ADMIN_PASSWORD=your_super_secret_passwordAuto-fetched 16 minutes ago
Auto-fetched 16 minutes ago