Build & Deploy / build (push) Successful in 25s
Requis pour le cron de veille (scrapers CIR/SCCS parsent les PDF via pdfplumber et classent via ollama llama3.2 sur 192.168.1.136:11434). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
20 lines
699 B
YAML
20 lines
699 B
YAML
services:
|
|
regwatch-backend:
|
|
image: git.nfteam.ovh/mouigni/regwatch-backend:latest
|
|
container_name: regwatch-backend
|
|
restart: unless-stopped
|
|
pull_policy: always
|
|
env_file: .env
|
|
environment:
|
|
# Client Ollama des scrapers -> Ollama du homelab (pas de localhost dans le conteneur).
|
|
- OLLAMA_HOST=http://192.168.1.136:11434
|
|
ports:
|
|
- "8114:8000"
|
|
labels:
|
|
- "com.centurylinklabs.watchtower.enable=true"
|
|
- "homepage.group=RegWatch"
|
|
- "homepage.name=RegWatch API"
|
|
- "homepage.icon=fastapi.png"
|
|
- "homepage.href=https://regwatch-api.nfteam.ovh"
|
|
- "homepage.description=API veille réglementaire (FastAPI, scrapers CIR/SCCS)"
|