test: add tests for mitarbeiter functionality
Some checks failed
Playwright Tests / test (pull_request) Failing after 3m8s
Some checks failed
Playwright Tests / test (pull_request) Failing after 3m8s
This commit is contained in:
parent
769c775be4
commit
ae78af5440
2 changed files with 37 additions and 2 deletions
|
@ -6,8 +6,6 @@ services:
|
|||
postgres-employee:
|
||||
container_name: postgres_employee
|
||||
image: postgres:13.3
|
||||
volumes:
|
||||
- employee_postgres_data:/var/lib/postgresql/data
|
||||
environment:
|
||||
POSTGRES_DB: employee_db
|
||||
POSTGRES_USER: employee
|
||||
|
|
Reference in a new issue