8 lines
215 B
YAML
8 lines
215 B
YAML
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
|