mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
15 lines
443 B
YAML
15 lines
443 B
YAML
version: '3'
|
|
services:
|
|
authelia-backend:
|
|
image: authelia:dist
|
|
labels:
|
|
- 'traefik.frontend.rule=Host:login.example.com'
|
|
- 'traefik.http.routers.authelia.rule=Host(`login.example.com`)'
|
|
- 'traefik.http.routers.authelia.entrypoints=https'
|
|
- 'traefik.http.routers.authelia.tls=true'
|
|
environment:
|
|
- ENVIRONMENT=dev
|
|
restart: always
|
|
networks:
|
|
authelianet:
|
|
ipv4_address: 192.168.240.50 |