Files
streakfit-web/docker-compose.yml
T
neckfireandClaude Opus 4.8 34f6ec5299
Build & Deploy / build (push) Successful in 7s
Intégration finale : auth/FilamentUser, config prod, Octane, fixes build
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-19 03:10:31 +02:00

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