Prerequisites
- Docker installed and running.
- Docker Compose (usually included with Docker Desktop).
Step-by-Step Installation
1. Create a Project Directory
Create a directory for your Figranium installation and navigate into it:2. Create docker-compose.yml
Create a docker-compose.yml file in your project directory:
3. Start with Docker Compose
Run the following command to start the application in detached mode:- 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.