Local (esprimo) funktioniert, remote noch nicht

This commit is contained in:
2025-09-27 18:28:30 +00:00
parent db431553b9
commit f812921ff5
10 changed files with 277 additions and 72 deletions

View File

@@ -68,8 +68,10 @@ services:
- rezepte-network
backend:
# Use pre-built image from registry instead of building
image: ${BACKEND_IMAGE:-ghcr.io/your-username/rezepte-backend:latest}
# Build locally instead of using registry
build:
context: ./backend
dockerfile: Dockerfile
container_name: rezepte-backend-prod
restart: unless-stopped
environment:
@@ -106,8 +108,10 @@ services:
- rezepte-network
frontend:
# Use pre-built image from registry instead of building
image: ${FRONTEND_IMAGE:-ghcr.io/your-username/rezepte-frontend:latest}
# Build locally instead of using registry
build:
context: ./frontend
dockerfile: Dockerfile
container_name: rezepte-frontend-prod
restart: unless-stopped
depends_on: