mirror of
https://github.com/katanemo/plano.git
synced 2026-05-01 20:03:40 +02:00
14 lines
341 B
YAML
14 lines
341 B
YAML
|
|
services:
|
||
|
|
plano:
|
||
|
|
image: katanemo/plano:latest
|
||
|
|
ports:
|
||
|
|
- "12000:12000"
|
||
|
|
volumes:
|
||
|
|
- ./config_mock_llm.yaml:/app/plano_config.yaml
|
||
|
|
- /etc/ssl/cert.pem:/etc/ssl/cert.pem
|
||
|
|
extra_hosts:
|
||
|
|
- "host.docker.internal:host-gateway"
|
||
|
|
environment:
|
||
|
|
- OPENAI_API_KEY=mock-key
|
||
|
|
- ANTHROPIC_API_KEY=mock-key
|