Files
regwatch-backend/docker-compose.yml
T
Mouigni c4aeedd032
Build & Deploy / build (push) Successful in 28s
Restauration : Docker + CI/CD + entrypoint
2026-08-12 00:09:18 +02:00

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)"