Skip to content

Commit

Permalink
always restart reflectors
Browse files Browse the repository at this point in the history
  • Loading branch information
elcojacobs committed Jul 19, 2024
1 parent fe13356 commit 24bf720
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion brewblox_ctl/templates/docker-compose.shared.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ services:
{% for interface in config.reflector.interfaces %}
reflector-{{interface}}:
image: yuxzhu/mdns-reflector:latest
restart: on-failure:3
restart: unless-stopped
network_mode: host
command: mdns-reflector -fn4 {{interface}} br-${COMPOSE_PROJECT_NAME}
labels:
Expand Down
10 changes: 5 additions & 5 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ readme = "README.md"

[tool.poetry.dependencies]
python = ">=3.8,<4"
requests = "^2.31.0"
requests = "^2.32.3"
click = "^8.1.7"
python-dotenv = { extras = ["cli"], version = "^0.21.1" }
configobj = "^5.0.6"
Expand Down

0 comments on commit 24bf720

Please sign in to comment.