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

23 wiersze
556 B
YAML

version: '3.7'
services:
traefik:
image: traefik:v1.7
ports:
- 80:80
command:
- --entrypoints=Name:http Address::80
- --docker
- --docker.exposedbydefault=false
- --logLevel=DEBUG
- --api
labels:
traefik.port: 8080
traefik.frontend.rule: Host:traefik-ui.local
traefik.enable: 'true'
traefik.frontend.auth.basic.users: traefik_user:$$apr1$$epoKf5li$$QfTMJZOCS/halv3CiIUEu0
traefik.frontend.entryPoints: http
volumes:
- /var/run/docker.sock:/var/run/docker.sock