Home Catalog Vikunja
Productivity

Vikunja

The to-do app to organize your life with Kanban boards, Gantt charts, lists and table views.

ARM64 & AMD64
Docker & Rootless Podman
100% Self-Hosted (Zero Lock-in)
RAM Profile: Low
Default Port: Port 3456

Why this Configuration?

Quick Start (Standalone Docker Compose)

The snippet below is immediately ready to run in any standard Docker or Podman environment:

services:
  vikunja:
    image: "vikunja/vikunja:latest"
    container_name: njorddeploy-vikunja
    restart: unless-stopped
    ports:
      - "3456:3456"
    environment:
      - "VIKUNJA_DATABASE_TYPE=sqlite"
      - "VIKUNJA_DATABASE_PATH=/app/vikunja/db/vikunja.db"
      - "VIKUNJA_SERVICE_SECRET=vikunja_secret_jwt_token_12345"
      - "VIKUNJA_SERVICE_JWTSECRET=vikunja_secret_jwt_token_12345"
      - "VIKUNJA_SERVICE_PUBLICURL=http://localhost:3456/"
    volumes:
      - "./data/vikunja/files:/app/vikunja/files"
      - "./data/vikunja/db:/app/vikunja/db"
    user: "0:0"
    networks:
      - njorddeploy_net

networks:
  njorddeploy_net:

Start the service directly via the command line: docker compose up -d

Configuration & Environment Variables

Key configuration parameters and defaults derived from the NjordDeploy component template:

Variable Default Value Description
VIKUNJA_WEB_PORT 3456 Web UI port.
VIKUNJA_JWT_SECRET vikunja_secret_jwt_token_12345 Secret key for signing authentication tokens.

Ecosystem & Enterprise Integration

Effortless Management with NjordDeploy

Deploy, monitor, and update this service with a single click on your own hardware via the NjordDeploy Configurator.