traefik.toml 1020 Bytes
Newer Older
dobli's avatar
dobli committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
################################################################
# entryPoints configuration
################################################################
# defaultEntryPoints = ["http"]

# [entryPoints]
  # [entryPoints.http]
  # address = ":80"

  # [entryPoints.foo]
  # address = ":8082"

  # [entryPoints.bar]
  # address = ":8083"

################################################################
# API and dashboard configuration
################################################################
#[api]
# entryPoint = "bar"

################################################################
# Docker configuration backend
################################################################
debug = true

defaultEntryPoints = ["http"]

[entryPoints]
    [entryPoints.http]
    address = ":80"
    [entryPoints.http.auth.basic]
    users = ["ohuser:$apr1$ffMQdoZd$1uEyKkwOKH3QS9ovOAzYj1"]


# [retry]

# [docker]
# endpoint = "unix:///var/run/docker.sock"
# exposedByDefault = true
# watch = true
# swarmmode = true