Prerequisites
- Docker installed and running.
- Docker Compose (usually included with Docker Desktop).
Step-by-Step Installation
This command will:
- Pull the Figranium Docker image from GHCR.
- Start the container and map the necessary ports.
- Mount local directories to persist your tasks, settings, and captures.
4. Access the Application
Once the container is running, open your browser and navigate to: http://localhost:11345 You should see the setup screen.Managing the Container
View Logs
To view the application logs:Stop the Application
To stop the container:Update the Application
To update to the latest version, pull the latest image and restart:Volume Persistence
Figranium uses volume mounts to ensure your data persists even if you delete the container../data: Storestasks.json,proxies.json,settings.json, and execution logs../captures: Stores screenshots and recordings.