We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 21b730a + 7a505fa commit 959f45eCopy full SHA for 959f45e
start-den-aal.sh
@@ -0,0 +1,12 @@
1
+docker compose down
2
+docker rm -f study-buddies-backend
3
+docker compose up -d
4
+sleep 30
5
+docker run \
6
+ --name study-buddies-backend \
7
+ --network host \
8
+ -e SPRING_SECURITY_OAUTH2_CLIENT_REGISTRATION_KEYCLOAK_CLIENT_ID=sb-backend \
9
+ -e SPRING_SECURITY_OAUTH2_CLIENT_REGISTRATION_KEYCLOAK_SCOPE=openid \
10
+ -e SPRING_SECURITY_OAUTH2_CLIENT_PROVIDER_KEYCLOAK_ISSUER_URI=http://localhost:7070/realms/study-buddies \
11
+ -e SPRING_SECURITY_OAUTH2_RESOURCESERVER_JWT_ISSUER_URI=http://localhost:7070/realms/study-buddies \
12
+ panderu/study-buddies-backend
0 commit comments