Eigenfocus
All-in-One Project Management, Time Tracking and Focus App
Getting Started
- Create a folder and move to the folder
mkdir eigenfocus && cd eigenfocus
- 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:
- Run the following command to start the container:
docker compose up -d
- Open the browser and go to http://localhost:3001 to access the Eigenfocus.