mirror of https://github.com/authelia/authelia.git
27 lines
827 B
YAML
27 lines
827 B
YAML
---
|
|
services:
|
|
k3d:
|
|
image: ghcr.io/k3d-io/k3d:5.7.4-dind
|
|
volumes:
|
|
- './example/kube:/authelia'
|
|
- './example/kube/authelia/configs/configuration.yml:/configmaps/authelia/configuration.yml'
|
|
- './common/pki:/configmaps/authelia/ssl'
|
|
- './example/compose/ldap/ldif:/configmaps/ldap'
|
|
- './example/compose/nginx/backend:/configmaps/nginx-backend'
|
|
- '../../coverage:/coverage'
|
|
privileged: true
|
|
networks:
|
|
authelianet:
|
|
aliases:
|
|
- public.example.com
|
|
- secure.example.com
|
|
- login.example.com
|
|
- admin.example.com
|
|
- dev.example.com
|
|
- mail.example.com
|
|
- kubernetes.example.com
|
|
- traefik.example.com
|
|
# Set the IP to be able to query on port 443
|
|
ipv4_address: 192.168.240.100
|
|
...
|