[DEV] update docker start
This commit is contained in:
parent
0d6f9c1749
commit
ccc4777834
@ -31,9 +31,8 @@ services:
|
|||||||
mem_limit: 100m
|
mem_limit: 100m
|
||||||
|
|
||||||
karauth_back_service:
|
karauth_back_service:
|
||||||
build: .
|
|
||||||
restart: always
|
restart: always
|
||||||
image: org.kar.auth
|
image: gitea.atria-soft.org/kangaroo-and-rabbit/karauth:latest
|
||||||
depends_on:
|
depends_on:
|
||||||
- karauth_db_service
|
- karauth_db_service
|
||||||
ports:
|
ports:
|
||||||
|
24
readme.md
Normal file
24
readme.md
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
Karauth
|
||||||
|
=======
|
||||||
|
|
||||||
|
This repository manage 3 elements:
|
||||||
|
- The SSO backend: jersey REST server
|
||||||
|
- The SSO front-end: Angular login interface (KARSO)
|
||||||
|
- The adminitrator of the SSO: Angular adminitration interface of the SSO (KARAUTH)
|
||||||
|
|
||||||
|
To build the docker image:
|
||||||
|
--------------------------
|
||||||
|
|
||||||
|
```{.bash}
|
||||||
|
gitea.atria-soft.org/kangaroo-and-rabbit/karideo:latest
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
To start the service
|
||||||
|
--------------------
|
||||||
|
|
||||||
|
```{.bash}
|
||||||
|
docker-compose up -d
|
||||||
|
```
|
||||||
|
|
||||||
|
**Note:** you can manage a single Docker interface to manage all the KAR engine
|
@ -200,6 +200,7 @@ export class SignInScene implements OnInit {
|
|||||||
outUrl = `http://localhost:4203/sso/${this.ssoReturnData}/${rememberMe}/`;
|
outUrl = `http://localhost:4203/sso/${this.ssoReturnData}/${rememberMe}/`;
|
||||||
} else if (applicationId === "karusic") {
|
} else if (applicationId === "karusic") {
|
||||||
outUrl = `http://192.168.1.156/karusic/sso/${this.ssoReturnData}/${rememberMe}/`;
|
outUrl = `http://192.168.1.156/karusic/sso/${this.ssoReturnData}/${rememberMe}/`;
|
||||||
|
}
|
||||||
return outUrl;
|
return outUrl;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user