Skip to content

Commit

Permalink
derp
Browse files Browse the repository at this point in the history
  • Loading branch information
jcii committed Nov 21, 2023
1 parent d7075c3 commit cc7cbc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ jobs:
KC_HEALTH_ENABLED: true
KC_METRICS_ENABLED: true
ports:
# Maps tcp port 5432 on service container to the host
- 8100:8100
- 8101:8101
volumes:
- "./keycloak-test-realm.json:/opt/keycloak/data/import/keycloak-test-realm.json"
options: --entrypoint "/opt/keycloak/bin/kc.sh start-dev --auto-build --http-port=8100 --https-port=8101 --log-level=INFO --db=postgres --features=token-exchange --db-url=jdbc:postgresql://db:5432/keycloak --db-username=postgres --db-password=postgres --import-realm"
- "./keycloak-start.sh:/opt/keycloak/bin/keycloak-start.sh"
options: --entrypoint "/opt/keycloak/bin/keycloak-start.sh"

steps:
- name: Show Keycloak logs
Expand Down

0 comments on commit cc7cbc5

Please sign in to comment.