Merge pull request #10 from JedHazaymeh/patch-1
Add webgroup/blockbot job
This commit is contained in:
commit
6ee5c15f57
1 changed files with 31 additions and 0 deletions
31
jobs/webgroup/blockbot.hcl
Normal file
31
jobs/webgroup/blockbot.hcl
Normal file
|
@ -0,0 +1,31 @@
|
||||||
|
job "blockbot" {
|
||||||
|
datacenters = ["aperture"]
|
||||||
|
|
||||||
|
type = "service"
|
||||||
|
|
||||||
|
group "blockbot" {
|
||||||
|
count = 1
|
||||||
|
|
||||||
|
task "blockbot" {
|
||||||
|
driver = "docker"
|
||||||
|
|
||||||
|
config {
|
||||||
|
image = "ghcr.io/redbrick/blockbot"
|
||||||
|
}
|
||||||
|
|
||||||
|
resources {
|
||||||
|
cpu = 500
|
||||||
|
memory = 256
|
||||||
|
}
|
||||||
|
|
||||||
|
template {
|
||||||
|
data = <<EOF
|
||||||
|
TOKEN={{ key "blockbot/discord/token" }}
|
||||||
|
DEBUG=false
|
||||||
|
EOF
|
||||||
|
destination = "local/.env"
|
||||||
|
env = true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue