adding node exporter, loki, and promtail
This commit is contained in:
10
loki/rootfs/etc/services.d/nginx/run
Normal file
10
loki/rootfs/etc/services.d/nginx/run
Normal file
@ -0,0 +1,10 @@
|
||||
#!/usr/bin/with-contenv bashio
|
||||
# shellcheck shell=bash
|
||||
# ==============================================================================
|
||||
# Home Assistant Add-on: Loki
|
||||
# Runs the Nginx daemon
|
||||
# ==============================================================================
|
||||
bashio::net.wait_for 8080
|
||||
bashio::log.info "Starting NGinx..."
|
||||
|
||||
exec /usr/sbin/nginx
|
Reference in New Issue
Block a user