Restauration : Docker + CI/CD + entrypoint
Build & Deploy / build (push) Successful in 28s

This commit is contained in:
Mouigni
2026-08-12 00:09:18 +02:00
parent 1f7d06c26d
commit c4aeedd032
4 changed files with 67 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
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)"