Initial import into git

This commit is contained in:
2026-03-21 00:22:15 -06:00
commit 12c0fef463
9 changed files with 99 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
services:
reflector:
build:
context: ./docker
container_name: "avahi-reflector"
pull_policy: build
restart: unless-stopped
network_mode: host
environment:
- "AVAHI_INTERFACES=dummy0"
# Ref: https://docs.docker.com/reference/dockerfile/#healthcheck
healthcheck:
test: ["CMD", "avahi-browse", "-a", "-c"]
interval: 1m30s
timeout: 30s
retries: 3
start_period: 5s
start_interval: 5s