Skip to content

Commit

Permalink
chore: Clean up unused stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
clepski committed Sep 16, 2024
1 parent 21341e8 commit 8729288
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 3,226 deletions.
1 change: 0 additions & 1 deletion compas/docker-compose-postgresql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ services:
compas: true
ports:
- "8089:8080"
# - "8080:8080"
environment:
- KC_HOSTNAME=http://${COMPAS_HOSTNAME}/auth/
- KC_HTTP_RELATIVE_PATH=auth
Expand Down
4 changes: 0 additions & 4 deletions compas/keycloak/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ FROM quay.io/keycloak/keycloak:latest

ARG COMPAS_HOSTNAME

# Copy the demo realm configuration to /tmp/ inside the container, so it can be used afterwards
COPY --chown=keycloak:keycloak keycloak_compas_realm.json /tmp/keycloak_compas_realm.json
RUN sed -i "s/##COMPAS_HOSTNAME##/${COMPAS_HOSTNAME}/g" /tmp/keycloak_compas_realm.json

# Creating an Admin account
ENV KC_DB_USERNAME admin
ENV KC_DB_PASSWORD admin
Expand Down
Loading

0 comments on commit 8729288

Please sign in to comment.