change keycload docker image

This commit is contained in:
2022-06-25 01:40:36 +02:00
parent 6167c8e42a
commit 6ef3689138
2 changed files with 3 additions and 7 deletions

View File

@ -2,7 +2,7 @@
version: "2" version: "2"
services: services:
keycloakstack: keycloakstack:
image: quay.io/keycloak/keycloak:latest image: jboss/keycloak
container_name: keycloak container_name: keycloak
environment: environment:
- PUID=${PUID} - PUID=${PUID}

View File

@ -336,11 +336,7 @@
"label": "KEYCLOAK_PASSWORD", "label": "KEYCLOAK_PASSWORD",
"name": "KEYCLOAK_PASSWORD" "name": "KEYCLOAK_PASSWORD"
}, },
{ {
"label": "DB_PASSWORD",
"name": "POSTGRES_PASSWORD"
},
{
"label": "POSTGRES_PASSWORD", "label": "POSTGRES_PASSWORD",
"name": "POSTGRES_PASSWORD" "name": "POSTGRES_PASSWORD"
}, },
@ -350,7 +346,7 @@
} }
], ],
"logo": "https://dev.ksite.de/rkirchner/PortainerTemplates/raw/branch/master/Images/keycloak.png", "logo": "https://dev.ksite.de/rkirchner/PortainerTemplates/raw/branch/master/Images/keycloak.png",
"note": "Default login is admin with a password of password.", "note": "Default login is admin with the set password: KEYCLOAK_PASSWORD.",
"platform": "linux", "platform": "linux",
"repository": { "repository": {
"stackfile": "Stack/keycloak.yml", "stackfile": "Stack/keycloak.yml",