Added Docker support for the Indexer

This commit is contained in:
2025-06-15 13:56:55 +02:00
parent d95c1c57bb
commit 7d566cd921
8 changed files with 91 additions and 4 deletions

View File

@@ -12,7 +12,7 @@
"Worker":
[
{
"Name": "example",
"Name": "pythonExample",
"Searchdomains": [
"example"
],
@@ -20,7 +20,7 @@
"Calls": [
{
"Type": "interval",
"Interval": 60000
"Interval": 30000
}
]
}