refactor: improve qualifications component structure and error handling #45

Closed
jleibl wants to merge 37 commits from task/refactor-qualification-logic-template into main
Showing only changes of commit 9779fdb3f5 - Show all commits

View File

@ -5,7 +5,7 @@ volumes:
services:
postgres-employee:
container_name: postgres_employee
container_name: ems-db
image: postgres:13.3
volumes:
- employee_postgres_data:/var/lib/postgresql/data
@ -17,9 +17,8 @@ services:
- "5432:5432"
employee:
container_name: employee
container_name: ems-api
image: berndheidemann/employee-management-service:1.1.3
# image: berndheidemann/employee-management-service_without_keycloak:1.1
environment:
spring.datasource.url: jdbc:postgresql://postgres-employee:5432/employee_db
spring.datasource.username: employee