StreakFit — PWA Nuxt (thème flamme, logo SF animé)
Build & Deploy / build (push) Failing after 5s

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-07-19 03:00:18 +02:00
co-authored by Claude Opus 4.8
commit 8ee9596529
41 changed files with 24630 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
# StreakFit — front Nuxt (SPA/PWA). Image buildée par la CI Gitea (neckfire/streakfit-web) : main -> :latest.
# Watchtower auto-deploy. streakfit.nfteam.ovh -> :3000 (via NPM).
services:
streakfit-web:
image: git.nfteam.ovh/neckfire/streakfit-web:latest
pull_policy: always
container_name: streakfit-web
environment:
- NUXT_PUBLIC_API_BASE=https://api.streakfit.nfteam.ovh
ports:
- "192.168.1.136:8110:3000"
labels:
- homepage.group=Développement
- homepage.name=StreakFit
- homepage.icon=mdi-fire
- homepage.href=https://streakfit.nfteam.ovh
- homepage.description=Cross-training & suivi de série (PWA)
- com.centurylinklabs.watchtower.enable=true
restart: unless-stopped