ci: move deploy pipeline to registry images

This commit is contained in:
a.tolmachev
2026-03-31 09:22:54 +03:00
parent cb23f1eb96
commit 2db056817d
8 changed files with 124 additions and 29 deletions
+3
View File
@@ -17,6 +17,7 @@ services:
retries: 5
admin-api:
image: ${CRANK_ADMIN_API_IMAGE:-crank/admin-api:dev}
build:
context: .
dockerfile: apps/admin-api/Dockerfile
@@ -48,6 +49,7 @@ services:
retries: 5
mcp-server:
image: ${CRANK_MCP_SERVER_IMAGE:-crank/mcp-server:dev}
build:
context: .
dockerfile: apps/mcp-server/Dockerfile
@@ -74,6 +76,7 @@ services:
retries: 5
ui:
image: ${CRANK_UI_IMAGE:-crank/ui:dev}
build:
context: .
dockerfile: apps/ui/Dockerfile