Compare commits
5 commits
006e286d09
...
5d138ccec7
Author | SHA1 | Date | |
---|---|---|---|
5d138ccec7 | |||
7bbabc46f3 | |||
ba1415e8b0 | |||
f7c344faa6 | |||
910895ed82 |
3 changed files with 5 additions and 5 deletions
|
@ -10,9 +10,9 @@ jobs:
|
||||||
image: "cimg/openjdk:23.0-node"
|
image: "cimg/openjdk:23.0-node"
|
||||||
steps:
|
steps:
|
||||||
- name: "Checkout"
|
- name: "Checkout"
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
- name: "Cache Gradle dependencies"
|
- name: "Cache Gradle dependencies"
|
||||||
uses: https://github.com/actions/cache@v3
|
uses: https://github.com/actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
~/.gradle/caches
|
~/.gradle/caches
|
||||||
|
|
|
@ -28,7 +28,7 @@ services:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
|
|
||||||
keycloakdb_svr:
|
keycloakdb_svr:
|
||||||
image: postgres:14.2
|
image: postgres:17.4
|
||||||
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:16.4
|
image: postgres:17.4
|
||||||
volumes:
|
volumes:
|
||||||
- postgres_data:/var/lib/postgresql/data
|
- postgres_data:/var/lib/postgresql/data
|
||||||
environment:
|
environment:
|
||||||
|
|
|
@ -7,7 +7,7 @@ volumes:
|
||||||
services:
|
services:
|
||||||
postgres-employee:
|
postgres-employee:
|
||||||
container_name: postgres_employee
|
container_name: postgres_employee
|
||||||
image: postgres:13.3
|
image: postgres:17.4
|
||||||
volumes:
|
volumes:
|
||||||
- employee_postgres_data:/var/lib/postgresql/data
|
- employee_postgres_data:/var/lib/postgresql/data
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue