style: fix linting issues met Prettier
This commit is contained in:
parent
e602a83070
commit
3e5399e026
1 changed files with 3 additions and 3 deletions
|
@ -45,7 +45,7 @@ services:
|
||||||
keycloak-db:
|
keycloak-db:
|
||||||
image: postgres:latest
|
image: postgres:latest
|
||||||
ports:
|
ports:
|
||||||
- '5442:5432' # Port number 10 higher than normal postgres ports
|
- '5442:5432' # Port number 10 higher than normal postgres ports
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- dwengo_postgres_keycloak:/var/lib/postgresql/keycloak
|
- dwengo_postgres_keycloak:/var/lib/postgresql/keycloak
|
||||||
|
@ -83,7 +83,7 @@ services:
|
||||||
KC_HTTP_RELATIVE_PATH: '/idp'
|
KC_HTTP_RELATIVE_PATH: '/idp'
|
||||||
KC_HTTPS_CERTIFICATE_FILE: '/keycloak/cert.pem'
|
KC_HTTPS_CERTIFICATE_FILE: '/keycloak/cert.pem'
|
||||||
KC_HTTPS_CERTIFICATE_KEY_FILE: '/keycloak/key.pem'
|
KC_HTTPS_CERTIFICATE_KEY_FILE: '/keycloak/key.pem'
|
||||||
KC_HTTP_MAX_QUEUED_REQUESTS: 30 # Prevent overload situations by limiting number of requests
|
KC_HTTP_MAX_QUEUED_REQUESTS: 30 # Prevent overload situations by limiting number of requests
|
||||||
KC_DB: 'postgres'
|
KC_DB: 'postgres'
|
||||||
KC_DB_USERNAME: 'keycloak'
|
KC_DB_USERNAME: 'keycloak'
|
||||||
KC_DB_PASSWORD: 'ChangeMe'
|
KC_DB_PASSWORD: 'ChangeMe'
|
||||||
|
@ -150,4 +150,4 @@ volumes:
|
||||||
dwengo_postgres_keycloak:
|
dwengo_postgres_keycloak:
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
dwengo-1:
|
dwengo-1:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue