Initial commit

This commit is contained in:
2024-10-11 17:49:27 +02:00
commit 2d660cb0af
6 changed files with 56 additions and 0 deletions

3
cfg/nsqadmin.toml Normal file
View File

@@ -0,0 +1,3 @@
http_address = "0.0.0.0:4171"
nsqlookupd_http_addresses = ["nsqlookupd:4161"]
broadcast_address = "nsqadmin"

7
cfg/nsqd.toml Normal file
View File

@@ -0,0 +1,7 @@
http_address = "0.0.0.0:4151"
tcp_address = "0.0.0.0:4150"
data_path = "/data"
mem_queue_size = 10000
max_bytes_per_file = 104857600
nsqlookupd_http_addresses = ["nsqlookupd:4161"]
broadcast_address = "nsqd"

3
cfg/nsqlookupd.toml Normal file
View File

@@ -0,0 +1,3 @@
http_address = "0.0.0.0:4161"
tcp_address = "0.0.0.0:4160"
broadcast_address = "nsqlookupd"