style: fix linting issues met Prettier

This commit is contained in:
Lint Action 2025-04-24 22:10:17 +00:00
parent e602a83070
commit 3e5399e026

View file

@ -45,7 +45,7 @@ services:
keycloak-db:
image: postgres:latest
ports:
- '5442:5432' # Port number 10 higher than normal postgres ports
- '5442:5432' # Port number 10 higher than normal postgres ports
restart: unless-stopped
volumes:
- dwengo_postgres_keycloak:/var/lib/postgresql/keycloak
@ -83,7 +83,7 @@ services:
KC_HTTP_RELATIVE_PATH: '/idp'
KC_HTTPS_CERTIFICATE_FILE: '/keycloak/cert.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_USERNAME: 'keycloak'
KC_DB_PASSWORD: 'ChangeMe'
@ -150,4 +150,4 @@ volumes:
dwengo_postgres_keycloak:
networks:
dwengo-1:
dwengo-1: