style: fix linting issues met Prettier

This commit is contained in:
Lint Action 2025-03-10 11:20:14 +00:00
parent 394deba56d
commit 464dcbf73c
25 changed files with 5861 additions and 5062 deletions

View file

@ -23,16 +23,19 @@ services:
KC_HEALTH_ENABLED: 'true'
KC_LOG_LEVEL: info
healthcheck:
test: [ 'CMD', 'curl', '-f', 'http://localhost:7080/health/ready' ]
test: ['CMD', 'curl', '-f', 'http://localhost:7080/health/ready']
interval: 15s
timeout: 2s
retries: 15
command: [
'start-dev',
'--http-port', '7080',
'--https-port', '7443',
'--import-realm'
]
command:
[
'start-dev',
'--http-port',
'7080',
'--https-port',
'7443',
'--import-realm',
]
ports:
- '7080:7080'
- '7443:7443'