traefik.toml 1.04 KB
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
################################################################
# 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]
33
34
    usersFile = "/etc/traefik/traefik_users"
    #users = ["ohuser:$1$A0mm9w.i$2tr8KLucsPlN6rhhdVDpw0"]
dobli's avatar
dobli committed
35
36
37
38
39
40
41
42
43
44


# [retry]

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