Skip to content

add healthchecks to dozzle, homarr and media server #329

add healthchecks to dozzle, homarr and media server

add healthchecks to dozzle, homarr and media server #329

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: docker-compose up -d
- name: Test
run: curl -s --retry 10 --retry-connrefused http://localhost:8123/ #&& [ $? -eq 200 -o $? -eq 201 ]