Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user