Sha256: 2b89a199826f22f2adc2aee69eb85f7dd1aee415ee35704cf24bf40c30f548b3

Contents?: true

Size: 440 Bytes

Versions: 184

Compression:

Stored size: 440 Bytes

Contents

# Define HTTP routers
[http.routers]
  [http.routers.traefik-dashboard]
    rule = "Host(`traefik.harbr.zero2one.ee`)"
    service = "api@internal"

  [http.routers.sild-router]
    rule = "Host(`sild.harbr.zero2one.ee`)"
    service = "sild-service"

[http.services]
[http.services.tallinn-service]
  [http.services.tallinn-service.loadBalancer]
    [[http.services.tallinn-service.loadBalancer.servers]]
      url = "http://127.0.0.1:80"

Version data entries

184 entries across 184 versions & 1 rubygems

Version Path
harbr-2.8.1 lib/examples/template.toml
harbr-0.2.10 lib/examples/template.toml
harbr-0.2.9 lib/examples/template.toml
harbr-0.2.8 lib/examples/template.toml
harbr-0.2.7 lib/examples/template.toml
harbr-0.2.6 lib/examples/template.toml
harbr-0.2.5 lib/examples/template.toml
harbr-0.2.4 lib/examples/template.toml
harbr-0.2.3 lib/examples/template.toml
harbr-0.2.2 lib/examples/template.toml
harbr-0.2.1 lib/examples/template.toml
harbr-0.2.0 lib/examples/template.toml
harbr-0.1.99 lib/examples/template.toml
harbr-0.1.98 lib/examples/template.toml
harbr-0.1.97 lib/examples/template.toml
harbr-0.1.96 lib/examples/template.toml
harbr-0.1.95 lib/examples/template.toml
harbr-0.1.94 lib/examples/template.toml
harbr-0.1.93 lib/examples/template.toml
harbr-0.1.91 lib/examples/template.toml