2019-11-30 16:49:52 +00:00
|
|
|
version: "3"
|
2018-03-04 11:29:11 +00:00
|
|
|
services:
|
|
|
|
nginx-backend:
|
2019-11-30 16:49:52 +00:00
|
|
|
build:
|
|
|
|
context: example/compose/nginx/backend
|
2019-04-10 19:27:18 +00:00
|
|
|
labels:
|
|
|
|
- traefik.frontend.rule=Host:home.example.com,public.example.com,secure.example.com,admin.example.com,singlefactor.example.com
|
2019-11-30 16:49:52 +00:00
|
|
|
- traefik.frontend.auth.forward.address=http://authelia-backend:9091/api/verify?rd=https://login.example.com:8080/
|
2019-04-10 19:27:18 +00:00
|
|
|
- traefik.frontend.auth.forward.tls.insecureSkipVerify=true
|
2018-03-04 11:29:11 +00:00
|
|
|
networks:
|
2019-01-27 14:54:29 +00:00
|
|
|
- authelianet
|