chore: complete update

This commit is contained in:
2025-07-17 16:24:20 +02:00
parent 899227b0a4
commit 64a7051137
1300 changed files with 85570 additions and 2756 deletions

View File

@@ -0,0 +1,37 @@
---
# Produktions-spezifische Variablen
environment: production
# Deployment-Pfade
deploy_root: /var/www/michaelschiemer
docker_compose_project_path: "{{ deploy_root }}"
env_file_path: "{{ deploy_root }}/.env"
deploy_public: "{{ deploy_root }}/public"
# Domainname für Produktion
app_domain: "michaelschiemer.de"
app_env: "production"
# Umgebungsvariablen
env_vars:
APP_ENV: production
APP_DEBUG: "false"
APP_PORT: 80
APP_SSL_PORT: 443
COMPOSER_INSTALL_FLAGS: --no-dev --optimize-autoloader
# Docker-Compose-Projekt
compose_project_name: "michaelschiemer_prod"
# SSL-Konfiguration
ssl_enabled: true
ssl_cert_path: "/etc/letsencrypt/live/{{ app_domain }}"
# Performance-Optimierung
redis_maxmemory: "512mb"
nginx_worker_processes: "auto"
nginx_worker_connections: 2048
# Cache-Einstellungen
cache_enabled: true
cache_lifetime: 3600