Eigenfocus logo

Eigenfocus

All-in-One Project Management, Time Tracking and Focus App

Getting Started

  1. Create a folder and move to the folder
    mkdir eigenfocus && cd eigenfocus
    
  2. Create a docker-compose.yml file and add the following content:
    services:
      web:
        image: eigenfocus/eigenfocus:0.8.0
        restart: unless-stopped
        volumes:
          - data:/eigenfocus-app/app-data
        environment:
        - DEFAULT_HOST_URL=http://localhost:3001
        ports:
          - 3001:3000
    volumes:
      data:
    
  3. Run the following command to start the container:
    docker compose up -d
    
  4. Open the browser and go to http://localhost:3001 to access the Eigenfocus.