job "plausible" { datacenters = ["aperture"] type = "service" group "web" { network { port "http" { to = 8000 } port "db" { static = 8123 } } task "plausible" { 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.1" ports = ["http"] 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 = 800 } } } }