Adding step for waiting on Docker container health.

This commit is contained in:
2025-06-21 14:32:12 -04:00
parent 4fe4bad715
commit cbfaaaf97e
@@ -339,6 +339,12 @@ jobs:
services: ${{ needs.generate-service-list.outputs.svc_deploy_list }}
up-flags: -d --remove-orphans
down-flags: --dry-run
- name: Check Services' Healthiness
uses: thegabriele97/dockercompose-health-action@main
with:
filename: 'docker-compose.yml'
timeout: '180'
workdir: '.'
- name: Gotify Notification
uses: eikendev/gotify-action@master
with: