Externalize postgres version

This commit is contained in:
Martin Lablans
2024-02-09 17:14:45 +01:00
committed by juarez
parent 021056e73c
commit 90079601a9
5 changed files with 5 additions and 4 deletions

View File

@ -3,7 +3,7 @@ version: "3.7"
services:
login-db:
image: docker.verbis.dkfz.de/cache/postgres:15.4-alpine
image: docker.verbis.dkfz.de/cache/postgres:${POSTGRES_TAG}
container_name: bridgehead-login-db
environment:
POSTGRES_USER: "keycloak"