You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
309 B
21 lines
309 B
[queue]
|
|
pull = "tcp://localhost:5557"
|
|
push = "tcp://localhost:5558"
|
|
threads = 1
|
|
|
|
[runner]
|
|
timeout = 2
|
|
|
|
[[runners]]
|
|
[javascript]
|
|
type = "bubblewrap"
|
|
binary = ["node", "-e", "{}"]
|
|
|
|
[bash]
|
|
type = "bubblewrap"
|
|
binary = ["bash", "-c", "{}"]
|
|
|
|
[moshell]
|
|
type = "docker"
|
|
image = "ghcr.io/moshell-lang/moshell:master"
|