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-0.0.95 lib/examples/template.toml
harbr-0.0.94 lib/examples/template.toml
harbr-0.0.93 lib/examples/template.toml
harbr-0.0.92 lib/examples/template.toml
harbr-0.0.91 lib/examples/template.toml
harbr-0.0.90 lib/examples/template.toml
harbr-0.0.89 lib/examples/template.toml
harbr-0.0.88 lib/examples/template.toml
harbr-0.0.87 lib/examples/template.toml
harbr-0.0.86 lib/examples/template.toml
harbr-0.0.85 lib/examples/template.toml
harbr-0.0.84 lib/examples/template.toml
harbr-0.0.83 lib/examples/template.toml
harbr-0.0.82 lib/examples/template.toml
harbr-0.0.81 lib/examples/template.toml
harbr-0.0.80 lib/examples/template.toml
harbr-0.0.78 lib/examples/template.toml
harbr-0.0.77 lib/examples/template.toml
harbr-0.0.76 lib/examples/template.toml
harbr-0.0.75 lib/examples/template.toml