21 lines
542 B
Plaintext
21 lines
542 B
Plaintext
# Variables d'environnement pour Portainer
|
|
# Copiez ces variables dans la section "Environment variables" de votre Stack Portainer
|
|
|
|
# Google Tag Manager ID
|
|
GTM_ID=GTM-5V6TCG4C
|
|
|
|
# Environnement (production/development)
|
|
NODE_ENV=production
|
|
|
|
# Domaine principal (utilisé par Traefik)
|
|
PRIMARY_DOMAIN=alexandre-pommier.com
|
|
SECONDARY_DOMAIN=www.alexandre-pommier.com
|
|
|
|
# Configuration Nginx (optionnel)
|
|
NGINX_WORKER_PROCESSES=auto
|
|
NGINX_WORKER_CONNECTIONS=1024
|
|
|
|
# Configuration du cache (optionnel)
|
|
CACHE_STATIC_ASSETS=31536000
|
|
CACHE_HTML=no-cache
|