Skip to content

Commit

Permalink
[Upd] Unify container names
Browse files Browse the repository at this point in the history
  • Loading branch information
blcham committed Dec 13, 2023
1 parent b74b1d5 commit 257620b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion deploy/keycloak-auth/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ services:

auth-server-db:
image: postgres:13
container_name: ${RECORD_SET_NAME:-rm}-auth-server-db
environment:
POSTGRES_DB: keycloak
POSTGRES_USER: keycloak
Expand All @@ -99,7 +100,8 @@ services:
- auth-server-db:/var/lib/postgresql/data

auth-server:
image: "ghcr.io/kbss-cvut/keycloak-graphdb-user-replicator/keycloak-graphdb:latest"
image: ghcr.io/kbss-cvut/keycloak-graphdb-user-replicator/keycloak-graphdb:latest
container_name: ${RECORD_SET_NAME:-rm}-auth-server
command:
- start --import-realm --features="token-exchange,admin-fine-grained-authz"
environment:
Expand Down

0 comments on commit 257620b

Please sign in to comment.