14 lines
284 B
YAML
14 lines
284 B
YAML
# CIA Scout-Modul: FastAPI-Service auf Port 8000
|
|
services:
|
|
scout:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile.worker
|
|
ports:
|
|
- "8010:8000"
|
|
env_file:
|
|
- .env
|
|
environment:
|
|
- OPENROUTER_API_KEY=${OPENROUTER_API_KEY}
|
|
restart: unless-stopped
|