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

@@ -47,12 +47,12 @@ services:
backend:
# Use pre-built image from registry instead of building
image: ${BACKEND_IMAGE:-ghcr.io/your-username/rezepte-klaus-backend:latest}
image: ${BACKEND_IMAGE:-ghcr.io/your-username/rezepte-backend:latest}
container_name: rezepte-backend-prod
restart: unless-stopped
environment:
- NODE_ENV=production
- DATABASE_URL=mysql://rezepte_user:${MYSQL_REZEPTE_PASSWORD}@${MYSQL_HOST:-mysql}:${MYSQL_PORT:-3306}/rezepte_klaus
- DATABASE_URL=mysql://rezepte_user:${MYSQL_REZEPTE_PASSWORD}@${MYSQL_HOST:-mysql}:${MYSQL_PORT:-3306}/rezepte
- CORS_ORIGIN=https://rezepte.${DOMAIN}
- PORT=3001
volumes:
@@ -83,7 +83,7 @@ services:
frontend:
# Use pre-built image from registry instead of building
image: ${FRONTEND_IMAGE:-ghcr.io/your-username/rezepte-klaus-frontend:latest}
image: ${FRONTEND_IMAGE:-ghcr.io/your-username/rezepte-frontend:latest}
container_name: rezepte-frontend-prod
restart: unless-stopped
depends_on: