Build & Deploy / build (push) Successful in 7s
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
20 lines
752 B
YAML
20 lines
752 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://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
|