docker-composes angepasst
This commit is contained in:
7
docker-compose.registry.override.yml
Normal file
7
docker-compose.registry.override.yml
Normal 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
|
||||
Reference in New Issue
Block a user