added Dockerstuff for dev and prod using traefik
This commit is contained in:
parent
17c06d1eaa
commit
879366eb95
8 changed files with 221 additions and 0 deletions
18
traefik.dev.toml
Normal file
18
traefik.dev.toml
Normal file
|
@ -0,0 +1,18 @@
|
|||
# listen on port 80
|
||||
[entryPoints]
|
||||
[entryPoints.web]
|
||||
address = ":80"
|
||||
|
||||
# Traefik dashboard over http
|
||||
[api]
|
||||
insecure = true
|
||||
|
||||
[log]
|
||||
level = "DEBUG"
|
||||
|
||||
[accessLog]
|
||||
|
||||
# containers are not discovered automatically
|
||||
[providers]
|
||||
[providers.docker]
|
||||
exposedByDefault = false
|
Loading…
Add table
Add a link
Reference in a new issue