update base compose files
This commit is contained in:
parent
6ff00bfcdf
commit
307e70b0d6
2 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,7 @@ services:
|
|||
OAUTH_KEYCLOAK_CLIENT_SECRET: <clientsecret>
|
||||
OAUTH_KEYCLOAK_SERVER: <httpMethod>://<clientUrl>/keycloak
|
||||
OAUTH_KEYCLOAK_REALM: opendatenschutzcenter
|
||||
MAILER_DSN: smtp://null
|
||||
MAILER_DSN: null://null
|
||||
laF_version: 3.0.4
|
||||
demo_installation: demo
|
||||
labels:
|
||||
|
|
|
@ -59,7 +59,7 @@ services:
|
|||
OAUTH_KEYCLOAK_CLIENT_SECRET: <clientsecret>
|
||||
OAUTH_KEYCLOAK_SERVER: <clientUrl>/keycloak
|
||||
OAUTH_KEYCLOAK_REALM: opendatenschutzcenter
|
||||
MAILER_DSN: smtp://null
|
||||
MAILER_DSN: null://null
|
||||
laF_version: 3.0.4
|
||||
demo_installation: demo
|
||||
labels:
|
||||
|
|
Loading…
Reference in a new issue