job "privatebin" { datacenters = ["aperture"] type = "service" group "privatebin" { count = 1 network { port "http" { to = 8080 } port "db" { to = 5432 } } service { name = "privatebin" port = "http" check { type = "http" path = "/" interval = "10s" timeout = "2s" } tags = [ "traefik.enable=true", "traefik.http.routers.privatebin.rule=Host(`paste.redbrick.dcu.ie`) || Host(`paste.rb.dcu.ie`)", "traefik.http.routers.privatebin.entrypoints=web,websecure", "traefik.http.routers.privatebin.tls.certresolver=lets-encrypt", ] } task "privatebin" { driver = "docker" config { image = "privatebin/nginx-fpm-alpine:stable" ports = ["http"] volumes = [ "local/conf.php:/srv/data/conf.php", ] } env { TZ = "Europe/Dublin" PHP_TZ = "Europe/Dublin" CONFIG_PATH = "/srv/data/" } template { destination = "local/conf.php" data = <