2022-12-12 23:15:32 +00:00
|
|
|
---
|
|
|
|
version: '3'
|
|
|
|
services:
|
|
|
|
k3d:
|
2023-02-02 15:43:34 +00:00
|
|
|
image: ghcr.io/k3d-io/k3d:5.4.7-dind
|
2022-12-12 23:15:32 +00:00
|
|
|
volumes:
|
|
|
|
- './example/kube:/authelia'
|
|
|
|
- './example/kube/authelia/configs/configuration.yml:/configmaps/authelia/configuration.yml'
|
2023-02-11 03:11:40 +00:00
|
|
|
- './common/pki:/configmaps/authelia/ssl'
|
2022-12-12 23:15:32 +00:00
|
|
|
- './example/compose/ldap/ldif:/configmaps/ldap'
|
|
|
|
- './example/compose/nginx/backend:/configmaps/nginx-backend'
|
|
|
|
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
|
|
|
|
...
|