mirror of
https://github.com/samply/bridgehead.git
synced 2025-07-04 23:30:21 +02:00
Externalize postgres version
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user