Skip to content

Commit

Permalink
[SHIB-UI]
Browse files Browse the repository at this point in the history
test configuration
  • Loading branch information
jj committed Sep 26, 2018
1 parent a866483 commit 7e30728
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pac4j-module/src/test/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ version: "3.7"
services:
shibui:
image: unicon/shibui-pac4j
command: "--shibui.pac4j.callbackUrl=http://localhost:8080/callback"
entrypoint: ["/usr/bin/java", "-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005", "-jar", "app.jar"]
ports:
- 8080:8080
- 5005:5005
- 8443:8443
volumes:
- ./conf:/conf
- ./conf/application.yml:/application.yml
Expand Down

0 comments on commit 7e30728

Please sign in to comment.