style: format config and markdown files with prettier

This commit is contained in:
c0mrade
2026-02-05 14:56:58 +03:00
parent 1d7b984880
commit 053b904c24
8 changed files with 131 additions and 137 deletions

View File

@@ -22,15 +22,7 @@ services:
# Внутри контейнера nginx слушает на порту 80
- '${CABINET_PORT:-3020}:80'
healthcheck:
test:
[
'CMD',
'wget',
'--no-verbose',
'--tries=1',
'--spider',
'http://localhost:80/',
]
test: ['CMD', 'wget', '--no-verbose', '--tries=1', '--spider', 'http://localhost:80/']
interval: 30s
timeout: 3s
retries: 3