Files
streakfit-web/docker-compose.yml
T
neckfireandClaude Opus 4.8 8ee9596529
Build & Deploy / build (push) Failing after 5s
StreakFit — PWA Nuxt (thème flamme, logo SF animé)
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-19 03:00:18 +02:00

20 lines
756 B
YAML

# 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