Running ThreatVault with Docker
ThreatVault uses Docker Compose for easy setup and deployment.
Steps:
Clone the repository
git clone https://github.com/threatvault/threatvault.gitConfigure environment
cp .env.docker .env(Edit
.envas needed, especiallyAPP_URL)Launch the application
docker-compose up --build -dAccess the app
Open your browser and go to the
APP_URLyou configured
Monitoring & Maintenance
View logs
docker-compose logs -f threatvaultCheck container status
docker-compose psThe app includes:
Automatic database initialization
Scheduler for background tasks
CORS-enabled API for external access
Last updated