Add backend unit/integration tests, Playwright e2e tests, README, cookie Secure fix
SonarQube Analysis / sonarqube (push) Successful in 4m20s
SonarQube Analysis / sonarqube (push) Successful in 4m20s
This commit is contained in:
Executable
+12
@@ -0,0 +1,12 @@
|
||||
services:
|
||||
redefined-designs-test-db:
|
||||
image: postgres:16
|
||||
container_name: redefined-designs-test-db
|
||||
environment:
|
||||
- POSTGRES_USER=redefined_test
|
||||
- POSTGRES_PASSWORD=redefined_test
|
||||
- POSTGRES_DB=redefined_test
|
||||
ports:
|
||||
- "55432:5432"
|
||||
tmpfs:
|
||||
- /var/lib/postgresql/data
|
||||
Reference in New Issue
Block a user