traefik + whoami added
This commit is contained in:
23
traefik/volume.git/traefik.yml
Normal file
23
traefik/volume.git/traefik.yml
Normal file
@@ -0,0 +1,23 @@
|
||||
entryPoints:
|
||||
http:
|
||||
address: ':80'
|
||||
https:
|
||||
address: ':443'
|
||||
asDefault: true
|
||||
|
||||
providers:
|
||||
docker:
|
||||
endpoint: 'unix:///var/run/docker.sock'
|
||||
exposedByDefault: false
|
||||
|
||||
file:
|
||||
filename: /dynamic_config.yml
|
||||
|
||||
certificatesResolvers:
|
||||
letsencrypt:
|
||||
acme:
|
||||
# LetsEncrypt Staging see: https://docs.traefik.io/https/acme/#caserver
|
||||
caServer: https://acme-staging-v02.api.letsencrypt.org/directory
|
||||
storage: /acme/acme.json
|
||||
httpChallenge:
|
||||
entryPoint: http
|
||||
Reference in New Issue
Block a user