Docker mit traefik und portainer

This commit is contained in:
rxf
2025-09-22 16:35:59 +02:00
parent 6d04ab93c0
commit a255543da6
64 changed files with 5421 additions and 25 deletions

18
.env.production.example Normal file
View File

@@ -0,0 +1,18 @@
# Production Environment Configuration
# Copy this file to .env.production and adjust the values
# Database Configuration
MYSQL_PASSWORD=your_secure_mysql_password_here
MYSQL_ROOT_PASSWORD=your_super_secure_root_password_here
# CORS Origin - Your domain(s)
CORS_ORIGIN=https://yourdomain.com
# API Base URL for frontend
API_BASE_URL=https://yourdomain.com/api
# Optional: JWT Secret (currently not used, but prepared for future authentication)
# JWT_SECRET=your_super_secure_jwt_secret_minimum_32_characters_long
# Optional: Database URL override
# DATABASE_URL=mysql://rezepte_user:password@mysql:3306/rezepte_klaus