18 lines
604 B
YAML
18 lines
604 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:
|
|
- 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)" |