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
+2 -3
View File
@@ -1,6 +1,7 @@
name: prod-hackaton-template
services:
backend:
image: template-project-backend
build:
context: .
dockerfile: Containerfile
@@ -42,7 +43,6 @@ services:
shm_size: 4mb
tests:
image: template-project-tests
build:
context: .
dockerfile: Containerfile
@@ -89,7 +89,6 @@ services:
target: /app/cov
migrations:
image: template-project-migrations
build:
context: .
dockerfile: Containerfile