Skip to content

coolmast/docker-fabric-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple docker-compose setup that runs the fabric web ui on port 5173.

On the first run, start the container with command: fabric -U. This will download/update the patterns for you!

Enjoy!

services:
  fabric:
    image: coolmast/fabric
    restart: unless-stopped
    ports:
      - 5173:5173
    volumes:
      - ./config:/root/.config/fabric

Also create an .env file in ./config/.env as

DEFAULT_VENDOR=OpenAI
DEFAULT_MODEL=chatgpt-4o-latest
PATTERNS_LOADER_GIT_REPO_URL=https://github.com/danielmiessler/fabric.git
PATTERNS_LOADER_GIT_REPO_PATTERNS_FOLDER=patterns
OPENAI_API_KEY=YOUR_OPENAI_API_KEY
OPENAI_API_BASE_URL=https://api.openai.com/v1

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published