Alles jetzt OHNE 'Klaus'

This commit is contained in:
2025-09-23 11:53:40 +00:00
parent 3a55b95598
commit 685b43fbb7
52 changed files with 189 additions and 206 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/bash
set -e
echo "🚀 Deploying Rezepte Klaus with Traefik Proxy..."
echo "🚀 Deploying Rezepte with Traefik Proxy..."
# Check if .env.production exists
if [ ! -f .env.production ]; then
@@ -71,8 +71,8 @@ if [ "$HEALTHY_SERVICES" -ge 6 ]; then
docker compose -f docker compose.traefik.yml ps
echo ""
echo "🏷️ Image Information:"
echo "Backend: ${BACKEND_IMAGE:-ghcr.io/your-username/rezepte-klaus-backend:latest}"
echo "Frontend: ${FRONTEND_IMAGE:-ghcr.io/your-username/rezepte-klaus-frontend:latest}"
echo "Backend: ${BACKEND_IMAGE:-ghcr.io/your-username/rezepte-backend:latest}"
echo "Frontend: ${FRONTEND_IMAGE:-ghcr.io/your-username/rezepte-frontend:latest}"
echo ""
echo "🔒 SSL Certificates:"
echo "Traefik will automatically request Let's Encrypt certificates."