*** Wartungsfenster jeden ersten Mittwoch vormittag im Monat ***

Skip to content
Snippets Groups Projects
Verified Commit a2e53aea authored by Tsepelakis, Sotirios's avatar Tsepelakis, Sotirios :dart:
Browse files

Update services' versions

* specify last known working versions in the compose file
* previously the `latest` tag was not pulling the actual latest image since the build was local
parent effa6c80
Branches
Tags
1 merge request!8Update services' versions
Pipeline #218379 passed
...@@ -8,7 +8,7 @@ volumes: ...@@ -8,7 +8,7 @@ volumes:
services: services:
postgres: postgres:
image: postgres image: postgres:13
restart: always restart: always
ports: ports:
- "5432:5432" - "5432:5432"
...@@ -25,7 +25,7 @@ services: ...@@ -25,7 +25,7 @@ services:
tag: "keycloak_db" tag: "keycloak_db"
keycloak: keycloak:
image: quay.io/keycloak/keycloak:latest image: quay.io/keycloak/keycloak:16.1.1
restart: always restart: always
environment: environment:
PROXY_ADDRESS_FORWARDING: "true" PROXY_ADDRESS_FORWARDING: "true"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment