coolify/resources/views/livewire/project/service
Andras Bacsai fe27a99db2 feat: add docker-compose health check examples and github runner migration
This commit adds:
- Comprehensive docker-compose examples for health check testing
- GitHub runner sources database migration
- UI fix for service heading view

Files Added:
- DOCKER_COMPOSE_EXAMPLES.md - Documentation of health check test cases
- docker-compose.*.yml - Test files for various health check scenarios:
  - excluded.yml: Container with exclude_from_hc flag
  - healthy.yml: All containers healthy
  - unhealthy.yml: All containers unhealthy
  - unknown.yml: Container without healthcheck
  - mixed-healthy-unknown.yml: Mix of healthy and unknown
  - mixed-unhealthy-unknown.yml: Mix of unhealthy and unknown
- database/migrations/2025_11_19_115504_create_github_runner_sources_table.php

Files Modified:
- resources/views/livewire/project/service/heading.blade.php

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-19 13:24:02 +01:00
..
configuration.blade.php Fix modal width: add maxWidth constraint 2025-11-14 09:46:05 +01:00
database.blade.php Complete Livewire legacy model binding migration (25+ components) 2025-10-13 15:38:59 +02:00
edit-compose.blade.php feat: add dynamic viewport-based height for compose editor 2025-10-27 11:18:25 +01:00
edit-domain.blade.php feat: Implement required port validation for service applications 2025-11-06 14:32:36 +01:00
file-storage.blade.php Complete Livewire legacy model binding migration (25+ components) 2025-10-13 15:38:59 +02:00
heading.blade.php feat: add docker-compose health check examples and github runner migration 2025-11-19 13:24:02 +01:00
index.blade.php feat(acl): Change views/backend code to able to use proper ACL's later on. Currently it is not enabled. 2025-08-26 10:27:38 +02:00
service-application-view.blade.php feat: Implement required port validation for service applications 2025-11-06 14:32:36 +01:00
stack-form.blade.php fix: clean up formatting and remove unnecessary key binding in stack form component 2025-10-27 17:03:19 +01:00
storage.blade.php feat(storage): add read-only volume handling and UI notifications 2025-10-03 20:05:43 +02:00