文件名称:docker-traefik::mouse:使用Traefik代理Docker容器进行* .localhost开发
文件大小:3KB
文件格式:ZIP
更新时间:2024-04-28 09:01:01
:whale: 码头工人 :mouse: 特拉菲克 :unicorn: .Localhost 使用Traefik代理Docker容器进行*.localhost开发。 假设*.localhost域解析为回送接口。 用法 创建一个名为traefik : docker network create traefik 启动Traefik容器(此仓库): docker-compose up -d 访问信息中心: http://traefik.localhost 发现 Traefik将自动发现traefik网络中使用标签的容器。 有关完整的示例服务,请参阅 。 labels : - " traefik.enable=true " - " traefik.http.routers.whoami.rule=Host(`whoami.localhost`) " - " traefik.http.service
【文件预览】:
docker-traefik-main
----.gitignore(87B)
----LICENSE(1KB)
----docker-compose.yml(608B)
----README.md(1KB)
----config()
--------traefik.toml(270B)
--------dynamic.toml(314B)