Hugoifier

hugoifier / docker-compose.yml
Blame History Raw 13 lines
1
services:
2
hugoifier:
3
build: .
4
environment:
5
- ANTHROPIC_API_KEY=${ANTHROPIC_API_KEY}
6
- OPENAI_API_KEY=${OPENAI_API_KEY}
7
- GOOGLE_API_KEY=${GOOGLE_API_KEY}
8
- HUGOIFIER_BACKEND=${HUGOIFIER_BACKEND:-anthropic}
9
volumes:
10
- ./themes:/app/themes
11
- ./output:/app/output
12
command: python src/cli.py complete themes/
13

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button