The backend service for Convex Manager, a self-hosted project manager for Convex.
This container handles:
This image is designed to be run as part of the full Convex Manager stack using Docker Compose.
Download the production compose file:
curl -O https://raw.githubusercontent.com/mamaspacetlau/convex-manager/main/docker-compose.prod.yml
docker compose -f docker-compose.prod.yml up -d
| Variable | Description | Default |
|---|---|---|
PORT | Backend API port | 3001 |
DB_HOST | PostgreSQL Host | manager-db |
DB_PORT | PostgreSQL Port | 5432 |
DB_USER | Database User | postgres |
DB_PASSWORD | Database Password | convex_manager_secret |
DB_NAME | Database Name | convex_manager_db |
JWT_SECRET | Secret for signing tokens | super_secret_... |
ALLOW_REGISTRATION | Enable public signup | false |
PROJECTS_DIR | Path to store project files | /app/projects |
/var/run/docker.sock: Required to manage sibling containers./app/projects: Required to persist project configurations.For full documentation, visit the GitHub Repository.
Content type
Image
Digest
sha256:f10a05897…
Size
98.7 MB
Last updated
3 months ago
docker pull motionninja/convex-manager-backend