feat: docker and nomad config

This commit is contained in:
2026-04-03 14:46:27 +02:00
parent 576af715bd
commit f082a30b7f
7 changed files with 271 additions and 38 deletions

21
reticulum.conf Normal file
View File

@@ -0,0 +1,21 @@
[reticulum]
enable_transport = True
share_instance = Yes
[logging]
loglevel = 4
[interfaces]
# Local AutoInterface for LAN discovery
[[Default Interface]]
type = AutoInterface
enabled = Yes
# TCP Server — allows other Reticulum peers to connect
# Expose this port to reach the node from outside Docker
[[TCP Server Interface]]
type = TCPServerInterface
enabled = Yes
listen_ip = 0.0.0.0
listen_port = 4242