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

30
.env.registry.example Normal file
View File

@@ -0,0 +1,30 @@
# Production Environment Configuration for Registry Deployment
# 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
# Docker Registry Authentication (for docker.citysensor.de)
DOCKER_REGISTRY=docker.citysensor.de
DOCKER_USERNAME=your_username_here
DOCKER_PASSWORD=your_password_here
# Docker Registry Images
BACKEND_IMAGE=docker.citysensor.de/rezepte-klaus-backend:latest
FRONTEND_IMAGE=docker.citysensor.de/rezepte-klaus-frontend:latest
# Alternative: Docker Hub
# BACKEND_IMAGE=your-username/rezepte-klaus-backend:latest
# FRONTEND_IMAGE=your-username/rezepte-klaus-frontend:latest
# Alternative: AWS ECR
# BACKEND_IMAGE=123456789.dkr.ecr.eu-central-1.amazonaws.com/rezepte-klaus-backend:latest
# FRONTEND_IMAGE=123456789.dkr.ecr.eu-central-1.amazonaws.com/rezepte-klaus-frontend:latest
# Alternative: Azure Container Registry
# BACKEND_IMAGE=yourregistry.azurecr.io/rezepte-klaus-backend:latest
# FRONTEND_IMAGE=yourregistry.azurecr.io/rezepte-klaus-frontend:latest