Skip to content

Commit

Permalink
Update images
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangruendner committed Nov 21, 2024
1 parent 5814031 commit 01fac9b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions feasibility-portal/keycloak/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

services:
auth-db:
image: postgres:15-alpine
image: postgres:17-alpine
restart: unless-stopped
environment:
POSTGRES_DB: ${FEASIBILITY_KC_DB:-keycloakdb}
Expand All @@ -11,7 +11,7 @@ services:
- "feasibility-auth-db:/var/lib/postgresql/data"

auth:
image: keycloak/keycloak:25.0
image: keycloak/keycloak:26.0
command: ["start", "--import-realm"]
restart: unless-stopped
environment:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
fhir-server-frontend-keycloak:
image: "keycloak/keycloak:25.0"
image: "keycloak/keycloak:26.0"
command: ["start", "--import-realm"]
healthcheck:
test: ["CMD-SHELL", "exec 3<>/dev/tcp/127.0.0.1/9000;echo -e \"GET ${FHIR_SERVER_FRONTEND_KEYCLOAK_HTTP_RELATIVE_PATH}/health/ready HTTP/1.1\r\nhost: localhost\r\nConnection: close\r\n\r\n\" >&3;grep \"HTTP/1.1 200 OK\" <&3"]
Expand Down
2 changes: 1 addition & 1 deletion feasibility-triangle/rev-proxy/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
services:
rev-proxy:
restart: unless-stopped
image: nginxinc/nginx-unprivileged:1.25.5-alpine
image: nginxinc/nginx-unprivileged:1.27-alpine
environment:
FHIR_SERVER_HOSTNAME: ${FHIR_SERVER_HOSTNAME:-fhir.localhost}
KEYCLOAK_HOSTNAME: ${KEYCLOAK_HOSTNAME:-auth.localhost}
Expand Down
2 changes: 1 addition & 1 deletion feasibility-triangle/torch/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
services:
torch-nginx:
restart: unless-stopped
image: nginxinc/nginx-unprivileged:1.25.5-alpine
image: nginxinc/nginx-unprivileged:1.27-alpine
ports:
- ${TORCH_NGINX_PORT:-127.0.0.1:80}:8080
volumes:
Expand Down

0 comments on commit 01fac9b

Please sign in to comment.