ci: added integration tests and fixed trivy

This commit is contained in:
ITQ
2025-11-17 22:27:07 +03:00
parent b88cee3e48
commit 5e5566388e
3 changed files with 68 additions and 29 deletions
+9
View File
@@ -0,0 +1,9 @@
services:
backend:
image: "${REGISTRY_PREFIX}/backend"
tests:
image: "${REGISTRY_PREFIX}/backend-tests"
migrations:
image: "${REGISTRY_PREFIX}/backend-migrations"