Skip to content

Commit

Permalink
Add dynamic compose for mdns-repeater
Browse files Browse the repository at this point in the history
  • Loading branch information
Lancelot-Enguerrand committed Dec 13, 2024
1 parent 3c8e69c commit e2d9169
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
5 changes: 3 additions & 2 deletions apps/mdns-repeater/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
"name": "MDNS Repeater",
"available": true,
"exposable": false,
"dynamic_config": true,
"no_gui": true,
"port": 9998,
"id": "mdns-repeater",
"tipi_version": 2,
"tipi_version": 3,
"version": "latest",
"categories": ["utilities", "automation"],
"author": "angelnu",
Expand All @@ -31,5 +32,5 @@
],
"supported_architectures": ["arm64", "amd64"],
"created_at": 1691943801422,
"updated_at": 1723566284000
"updated_at": 1734113996789
}
14 changes: 14 additions & 0 deletions apps/mdns-repeater/docker-compose.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"services": [
{
"name": "mdns-repeater",
"image": "angelnu/mdns_repeater:latest",
"isMain": true,
"networkMode": "host",
"environment": {
"hostNIC": "${MDNS_HOST_NIC}",
"dockerNIC": "${MDNS_DOCKER_NIC}"
}
}
]
}

0 comments on commit e2d9169

Please sign in to comment.