test ingress

This commit is contained in:
Alexandre
2024-04-22 13:36:34 +02:00
parent 4f69ade732
commit 3f3b13b6dc
13 changed files with 268 additions and 4 deletions

View File

@@ -14,4 +14,10 @@ echo " "
########################
bashio::log.info "Starting app..."
/usr/bin/birdnet-go realtime
/usr/bin/birdnet-go realtime & true
# Wait for app to become available to start nginx
bashio::net.wait_for 8096 localhost 900
bashio::log.info "Starting NGinx..."
exec nginx