job "plausible" { datacenters = ["aperture"] type = "service" group "web" { network { port "http" { to = 8000 } port "clickhouse" { static = 8123 } port "db" { static = 5432 } } task "app" { service { name = "plausible" port = "http" check { type = "http" path = "/" interval = "10s" timeout = "2s" } tags = [ "traefik.enable=true", "traefik.http.routers.plausible.rule=Host(`plausible.redbrick.dcu.ie`)", "traefik.http.routers.plausible.entrypoints=web,websecure", "traefik.http.routers.plausible.tls.certresolver=lets-encrypt" ] } driver = "docker" config { image = "ghcr.io/plausible/community-edition:v2.1" ports = ["http"] volumes = [ "/storage/nomad/${NOMAD_JOB_NAME}/${NOMAD_TASK_NAME}:/var/lib/plausible" ] command = "/bin/sh" args = ["-c", "sleep 10 && /entrypoint.sh db migrate && /entrypoint.sh run"] } template { data = < warning true EOH destination = "local/clickhouse.xml" } template { data = < 0 0 EOH destination = "local/clickhouse-user-config.xml" } resources { memory = 1000 } } } }