added whoami container

This commit is contained in:
2025-05-09 11:03:59 -05:00
parent 43d6077567
commit f75279339d

View File

@@ -136,6 +136,12 @@ services:
- ./config/letsencrypt:/letsencrypt # Volume to store the Let's Encrypt certificates
- ./config/traefik/logs:/var/log/traefik # Volume to store Traefik logs
whoami:
image: traefik/whoami
container_name: whoami
networks:
- reverseproxy
networks:
authentik:
name: authentik