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_CLIENT_SECRET: <clientsecret>
|
||||||
OAUTH_KEYCLOAK_SERVER: <httpMethod>://<clientUrl>/keycloak
|
OAUTH_KEYCLOAK_SERVER: <httpMethod>://<clientUrl>/keycloak
|
||||||
OAUTH_KEYCLOAK_REALM: opendatenschutzcenter
|
OAUTH_KEYCLOAK_REALM: opendatenschutzcenter
|
||||||
MAILER_DSN: smtp://null
|
MAILER_DSN: null://null
|
||||||
laF_version: 3.0.4
|
laF_version: 3.0.4
|
||||||
demo_installation: demo
|
demo_installation: demo
|
||||||
labels:
|
labels:
|
||||||
|
|
|
@ -59,7 +59,7 @@ services:
|
||||||
OAUTH_KEYCLOAK_CLIENT_SECRET: <clientsecret>
|
OAUTH_KEYCLOAK_CLIENT_SECRET: <clientsecret>
|
||||||
OAUTH_KEYCLOAK_SERVER: <clientUrl>/keycloak
|
OAUTH_KEYCLOAK_SERVER: <clientUrl>/keycloak
|
||||||
OAUTH_KEYCLOAK_REALM: opendatenschutzcenter
|
OAUTH_KEYCLOAK_REALM: opendatenschutzcenter
|
||||||
MAILER_DSN: smtp://null
|
MAILER_DSN: null://null
|
||||||
laF_version: 3.0.4
|
laF_version: 3.0.4
|
||||||
demo_installation: demo
|
demo_installation: demo
|
||||||
labels:
|
labels:
|
||||||
|
|
Loading…
Reference in a new issue