Compare commits

..

1 commit

Author SHA1 Message Date
84c4789cfa fix(deps): update dependencies (major and minor)
All checks were successful
CI / prettier (pull_request) Successful in 33s
CI / eslint (pull_request) Successful in 35s
CI / test-build (pull_request) Successful in 52s
CI / Checkstyle Main (pull_request) Successful in 2m19s
2025-03-13 06:43:46 +00:00
2 changed files with 3 additions and 3 deletions

View file

@ -28,7 +28,7 @@ services:
condition: service_healthy condition: service_healthy
keycloakdb_svr: keycloakdb_svr:
image: postgres:17.4 image: postgres:14.17
volumes: volumes:
- postgres_data_keycloak_db:/var/lib/postgresql/data - postgres_data_keycloak_db:/var/lib/postgresql/data
environment: environment:
@ -41,7 +41,7 @@ services:
- "9433:5432" - "9433:5432"
postgres_db: postgres_db:
image: postgres:17.4 image: postgres:16.8
volumes: volumes:
- postgres_data:/var/lib/postgresql/data - postgres_data:/var/lib/postgresql/data
environment: environment:

View file

@ -7,7 +7,7 @@ volumes:
services: services:
postgres-employee: postgres-employee:
container_name: postgres_employee container_name: postgres_employee
image: postgres:17.4 image: postgres:13.20
volumes: volumes:
- employee_postgres_data:/var/lib/postgresql/data - employee_postgres_data:/var/lib/postgresql/data
environment: environment: