socs: update esporst discord bot

This commit is contained in:
Ayden Jahola 2025-02-28 19:52:50 +00:00
parent b58c812a3e
commit 7411520b71
No known key found for this signature in database
GPG key ID: 71DD90AE4AE92742

View file

@ -10,6 +10,7 @@ job "esports-discord-bot" {
config { config {
image = "ghcr.io/aydenjahola/discord-multipurpose-bot:main" image = "ghcr.io/aydenjahola/discord-multipurpose-bot:main"
force_pull = true
} }
resources { resources {
@ -28,6 +29,15 @@ RAPIDAPI_KEY={{ key "socs/esports/bot/rapidapi/key" }}
TRACKER_API_KEY={{ key "socs/esports/bot/trackerapi/key" }} TRACKER_API_KEY={{ key "socs/esports/bot/trackerapi/key" }}
TRACKER_API_URL={{ key "socs/esports/bot/trackerapi/url" }} TRACKER_API_URL={{ key "socs/esports/bot/trackerapi/url" }}
WORDNIK_API_KEY={{key "socs/esports/bot/wordnikapi/key" }} WORDNIK_API_KEY={{key "socs/esports/bot/wordnikapi/key" }}
HUGGING_FACE_API_KEY={{ key "socs/esports/bot/huggingface/key" }}
RCON_HOST=esports-mc-rcon.service.consul
# https://discuss.hashicorp.com/t/passing-registered-ip-and-port-from-consul-to-env-nomad-job-section/35647
{{ range service "esports-mc-rcon" }}
RCON_PORT={{ .Port }}{{ end }}
RCON_PASSWORD={{ key "games/mc/esports-mc/rcon/password" }}
EOH EOH
destination = "local/.env" destination = "local/.env"
env = true env = true