docker-composes angepasst

This commit is contained in:
2025-09-24 21:33:00 +00:00
parent a9428fee94
commit 744488fb5b
7 changed files with 256 additions and 12 deletions

View File

@@ -0,0 +1,7 @@
services:
backend:
image: ${BACKEND_IMAGE:-ghcr.io/your-username/rezepte-backend:latest}
build: null
frontend:
image: ${FRONTEND_IMAGE:-ghcr.io/your-username/rezepte-frontend:latest}
build: null