add runner

This commit is contained in:
Puechberty Arthur
2026-06-12 00:46:02 +02:00
parent 5e3bd52b6b
commit cd5a388928
7 changed files with 79 additions and 55 deletions
+12
View File
@@ -0,0 +1,12 @@
# Environnement production pour docker-compose (service clock-prod)
NODE_ENV=production
NEXT_TELEMETRY_DISABLED=1
HOSTNAME=0.0.0.0
PORT=3000
TZ=Europe/Paris
APP_PORT=3000
# Informations du projet
SITE_URL=https://clock.arthurp.fr
CONTACT_URL=https://contact.arthurp.fr
CONTACT_EMAIL=contact@arthurp.fr