Skip to content

Latest commit

 

History

History

traefik

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Traefik快速入门

部署基础环境

启动reverse-proxy

docker-compose up -d reverse-proxy

启动whoami

docker-compose up -d whoami

测试

curl -H Host:whoami.docker.localhost https://127.0.0.1

负载均衡测试

# 启动两个
docker-compose up -d --scale whoami=2

# 测试
curl -H Host:whoami.docker.localhost https://127.0.0.1

Traefik后台

https://172.20.99.13:8080/dashboard/#/

参考资料