style: fix linting issues met Prettier
This commit is contained in:
parent
394deba56d
commit
464dcbf73c
25 changed files with 5861 additions and 5062 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue