Skip to content

Commit 8729288

Browse files
committed
chore: Clean up unused stuff
1 parent 21341e8 commit 8729288

File tree

4 files changed

+0
-3226
lines changed

4 files changed

+0
-3226
lines changed

compas/docker-compose-postgresql.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ services:
3232
compas: true
3333
ports:
3434
- "8089:8080"
35-
# - "8080:8080"
3635
environment:
3736
- KC_HOSTNAME=http://${COMPAS_HOSTNAME}/auth/
3837
- KC_HTTP_RELATIVE_PATH=auth

compas/keycloak/Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ FROM quay.io/keycloak/keycloak:latest
66

77
ARG COMPAS_HOSTNAME
88

9-
# Copy the demo realm configuration to /tmp/ inside the container, so it can be used afterwards
10-
COPY --chown=keycloak:keycloak keycloak_compas_realm.json /tmp/keycloak_compas_realm.json
11-
RUN sed -i "s/##COMPAS_HOSTNAME##/${COMPAS_HOSTNAME}/g" /tmp/keycloak_compas_realm.json
12-
139
# Creating an Admin account
1410
ENV KC_DB_USERNAME admin
1511
ENV KC_DB_PASSWORD admin

0 commit comments

Comments
 (0)