22 lines
578 B
YAML
22 lines
578 B
YAML
services:
|
|
opencode-brain:
|
|
build: .
|
|
container_name: opencode-brain
|
|
environment:
|
|
- OPENROUTER_API_KEY=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
|
|
- OPENROUTER_MODEL_NAME=google/gemini-3-flash-preview
|
|
- OPENCODE_SERVER_PASSWORD=sam4jo
|
|
volumes:
|
|
- .:/app
|
|
- /home/sam/.config/opencode:/root/.config/opencode
|
|
- /home/sam/.local/share/opencode:/root/.local/share/opencode
|
|
ports:
|
|
- "5000:5000"
|
|
networks:
|
|
- ai-mesh
|
|
restart: unless-stopped
|
|
|
|
networks:
|
|
ai-mesh:
|
|
external: true
|