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

@@ -4,7 +4,7 @@ services:
container_name: rezepte-mysql-prod
restart: unless-stopped
environment:
MYSQL_DATABASE: rezepte_klaus
MYSQL_DATABASE: rezepte
MYSQL_USER: rezepte_user
MYSQL_PASSWORD: ${MYSQL_PASSWORD:-change_this_password}
MYSQL_ROOT_PASSWORD: ${MYSQL_ROOT_PASSWORD:-change_this_root_password}
@@ -24,12 +24,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_PASSWORD:-change_this_password}@mysql:3306/rezepte_klaus
- DATABASE_URL=mysql://rezepte_user:${MYSQL_PASSWORD:-change_this_password}@mysql:3306/rezepte
- JWT_SECRET=${JWT_SECRET:-change_this_jwt_secret_min_32_characters}
- CORS_ORIGIN=${CORS_ORIGIN:-http://localhost}
- PORT=3001
@@ -52,7 +52,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
ports: