Deployment
Docker
Spin up Keep with docker-compose latest images
The easiest way to start keep is is with docker-compose:
start.sh
The docker-compose.yml contains 3 services:
- keep-backend - a fastapi service that as the API server.
- keep-frontend - a nextjs app that serves as Keep UI interface.
- keep-websocket-server - Soketi (a pusher compatible websocket server) for real time alerting.