mirror of
https://github.com/genebean/dots.git
synced 2026-05-31 07:45:20 -04:00
Add dots.ports module: fleet-wide service port registry (nixnuc + hetznix01)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
84a5c695b0
commit
94fdc678e4
15 changed files with 353 additions and 135 deletions
|
|
@ -16,10 +16,10 @@ in
|
|||
];
|
||||
hostname = "emqx1.hetznix01.technicalissues.us";
|
||||
ports = [
|
||||
"1883:1883"
|
||||
"${toString config.dots.ports.mqtt.port}:1883"
|
||||
#"8083:8083"
|
||||
#"8084:8084"
|
||||
"18083:18083"
|
||||
"${toString config.dots.ports.emqx-admin.port}:18083"
|
||||
];
|
||||
volumes = [
|
||||
"${volume_base}/data:/opt/emqx/data"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue