From fc337777cb900a6abcb239959249acf22c084c6d Mon Sep 17 00:00:00 2001 From: wizzdom Date: Thu, 6 Feb 2025 13:47:36 +0100 Subject: [PATCH] add C&S room bookings job (#93) --- .../general/wizzdom-clubsandsocs.hcl | 61 +++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 jobs/user-projects/general/wizzdom-clubsandsocs.hcl diff --git a/jobs/user-projects/general/wizzdom-clubsandsocs.hcl b/jobs/user-projects/general/wizzdom-clubsandsocs.hcl new file mode 100644 index 0000000..399dc28 --- /dev/null +++ b/jobs/user-projects/general/wizzdom-clubsandsocs.hcl @@ -0,0 +1,61 @@ +job "cands-room-bookings" { + datacenters = ["aperture"] + type = "service" + + meta { + git-sha = "" + } + + group "clubsandsocs-room-bookings" { + count = 1 + + network { + port "http" { + to = 5000 + } + } + + service { + port = "http" + + check { + type = "http" + path = "/" + interval = "10s" + timeout = "2s" + } + + tags = [ + "traefik.enable=true", + "traefik.http.routers.clubsandsocs-room-bookings.rule=Host(`rooms.rb.dcu.ie`)", + "traefik.http.routers.clubsandsocs-room-bookings.entrypoints=web,websecure", + "traefik.http.routers.clubsandsocs-room-bookings.tls.certresolver=lets-encrypt", + ] + } + + task "web" { + driver = "docker" + + config { + image = "ghcr.io/wizzdom/clubsandsocs-room-bookings:latest" + ports = ["http"] + force_pull = true + volumes = [ + "local/.env:/app/.env" + ] + } + + template { + data = <