Skip to content

Commit

Permalink
fix: disbale https connection in keycloak (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArmandMeppa authored Mar 8, 2024
1 parent c521ca4 commit c457877
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ WORKDIR /app
COPY --from=build /app/quarkus/server/target/lib/ /app/

ENV KEYCLOAK_ADMIN=admin \
KEYCLOAK_ADMIN_PASSWORD=admin
KEYCLOAK_ADMIN_PASSWORD=admin \
HTTPS_ENABLED=false

CMD ["java", "-jar", "quarkus-run.jar", "start-dev"]

0 comments on commit c457877

Please sign in to comment.