Add healthchecks to backend services
All checks were successful
Build and Push Docker Image / build (push) Successful in 1m58s

- Add healthcheck to backend service
- Add healthcheck to backend-cron service
- Configure interval, timeout, retries
- Add start_period to healthchecks
- Add VSCode settings for keyboard layout
This commit is contained in:
2025-02-28 21:55:28 +00:00
parent e441b03ac1
commit 24cd73526f
2 changed files with 15 additions and 0 deletions

3
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,3 @@
{
"keyboard.layout": "de"
}