Skip to content

Commit

Permalink
Update docker-compose.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dmihalcik-virtru committed Aug 7, 2024
1 parent 3cf2d45 commit 6fbf18a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,15 @@ services:
volumes:
- ./keys/localhost.crt:/etc/x509/tls/localhost.crt
- ./keys/localhost.key:/etc/x509/tls/localhost.key
- ./keys/ca.p12:/truststore/truststore.pfx
- ./keys/ca.p12:/truststore/truststore.p12
# This is kc 24.0.1 with opentdf protocol mapper on board
image: cgr.dev/chainguard/keycloak@sha256:37895558d2e0e93ffff75da5900f9ae7e79ec6d1c390b18b2ecea6cee45ec26f
restart: always
command:
- "start-dev"
- "--verbose"
- "-Djavax.net.ssl.trustStorePassword=password"
- "-Djavax.net.ssl.HostnameVerifier=AllowAll"
- "-Djavax.net.ssl.trustStore=/truststore/truststore.jks"
- "--truststore-paths=/truststore/truststore.p12"
- "--spi-truststore-file-hostname-verification-policy=ANY"
environment:
KC_HTTP_RELATIVE_PATH: /auth
Expand Down

0 comments on commit 6fbf18a

Please sign in to comment.