docker-volume-borg-backup/traefik/traefik-v1.7-dashboard-http...

27 wiersze
701 B
YAML
Czysty Zwykły widok Historia

2020-02-02 14:38:20 +00:00
version: '3.7'
services:
traefik:
image: traefik:v1.7
ports:
- 80:80
- 443:443
2020-02-02 14:38:20 +00:00
command:
- --entrypoints=Name:http Address::80
- --entrypoints=Name:https Address::443 TLS
2020-02-02 14:38:20 +00:00
- --docker
- --docker.watch
2020-02-02 14:38:20 +00:00
- --docker.exposedbydefault=false
- --logLevel=DEBUG
- --api
labels:
traefik.enable: 'true'
2020-02-02 14:38:20 +00:00
traefik.port: 8080
traefik.frontend.rule: Host:traefik-ui.local
traefik.frontend.auth.basic.users: traefik_user:$$apr1$$epoKf5li$$QfTMJZOCS/halv3CiIUEu0
traefik.frontend.redirect.entryPoint: https
traefik.frontend.entryPoints: http,https
2020-02-02 14:38:20 +00:00
volumes:
- /var/run/docker.sock:/var/run/docker.sock