Compare commits
2 Commits
6c321954ad
...
2bd4807bca
Author | SHA1 | Date |
---|---|---|
Kienan Stewart | 2bd4807bca | |
Kienan Stewart | 1bd27447ff |
|
@ -10,6 +10,7 @@ services:
|
||||||
image: docker.io/traefik:latest
|
image: docker.io/traefik:latest
|
||||||
command:
|
command:
|
||||||
- "--configFile=/traefik.toml"
|
- "--configFile=/traefik.toml"
|
||||||
|
- "--acme.email=${ACME_MAIL:-info@example.com}"
|
||||||
environment:
|
environment:
|
||||||
- TRAEFIK_API_INSECURE=true
|
- TRAEFIK_API_INSECURE=true
|
||||||
networks:
|
networks:
|
||||||
|
|
|
@ -17,7 +17,6 @@
|
||||||
dashboard = true
|
dashboard = true
|
||||||
|
|
||||||
[acme]
|
[acme]
|
||||||
email = "info@example.com"
|
|
||||||
storage = "acme.json"
|
storage = "acme.json"
|
||||||
entryPoint = "https"
|
entryPoint = "https"
|
||||||
onHostRule = true
|
onHostRule = true
|
||||||
|
@ -25,7 +24,6 @@
|
||||||
entryPoint = "http"
|
entryPoint = "http"
|
||||||
|
|
||||||
[providers]
|
[providers]
|
||||||
# [providers.docker]
|
|
||||||
[providers.file]
|
[providers.file]
|
||||||
directory = "/traefik.conf.d/"
|
directory = "/traefik.conf.d/"
|
||||||
watch = true
|
watch = true
|
||||||
|
|
Loading…
Reference in New Issue