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