Removed insecure option

Removed the insecure api option and moved options/ports to a
variable.
This commit is contained in:
2019-12-02 19:39:13 -05:00
parent 7be5efe1dd
commit 61542aba88
2 changed files with 22 additions and 7 deletions

View File

@@ -1,5 +1,9 @@
traefik_name: traefik
traefik_version: latest
traefik_port: 8000
traefik_admin_port: 8080
traefik_domain: localhost
traefik_options:
- "--providers.docker"
- "--providers.docker.exposedbydefault=false"
- "--entrypoints.web.address=:80"
- "--api=true"
traefik_ports:
- "80:80"