cleanup deployment
This commit is contained in:
parent
c1c12cfa76
commit
73383eff43
3 changed files with 8 additions and 17 deletions
15
compose.yml
15
compose.yml
|
@ -79,21 +79,6 @@ services:
|
|||
- 8000
|
||||
env_file:
|
||||
- .env
|
||||
environment:
|
||||
INVENTREE_SOCIAL_PROVIDERS: |
|
||||
{
|
||||
"openid_connect": {
|
||||
"SERVERS": [{
|
||||
"id": "oidc",
|
||||
"name": "Hacknang SSO",
|
||||
"server_url": "${HKNG_OIDC_URL:?You must provide the 'HKNG_OIDC_URL' variable in the .env file}",
|
||||
"APP": {
|
||||
"client_id": "${HKNG_OIDC_CLIENT_ID:?You must provide the 'HKNG_OIDC_CLIENT_ID' variable in the .env file}",
|
||||
"secret": "${HKNG_OIDC_CLIENT_SECRET:?You must provide the 'HKNG_OIDC_CLIENT_SECRET' variable in the .env file}"
|
||||
}
|
||||
}]
|
||||
}
|
||||
}
|
||||
depends_on:
|
||||
- inventree-db
|
||||
volumes:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue