Commit graph

4 commits

Author SHA1 Message Date
Jeremie Fraeys
dbe7b1b6b2
feat(docker): add timezone mounts to all containers for log sync
Add /etc/localtime:/etc/localtime:ro volume mount to:
- alertmanager, authelia, traefik
- exporters (node-exporter, cadvisor)
- fail2ban, lldap, postfix
- forgejo, forgejo_runner
- grafana, loki, prometheus
- watchtower, app_core (postgres, redis)

Ensures container logs use host timezone for consistent timestamps.
2026-03-06 15:13:52 -05:00
Jeremie Fraeys
6837683608
feat(lldap): add container healthcheck
- Add healthcheck using wget to /health endpoint
- Set interval: 30s, timeout: 3s, retries: 3, start_period: 10s
2026-03-06 14:25:23 -05:00
Jeremie Fraeys
e4634484f8
Update authentication stack (Authelia, LLDAP)
- Update Authelia configuration template for OIDC and access control
- Enhance Authelia deployment tasks
- Update LLDAP deployment tasks
2026-02-21 18:31:01 -05:00
Jeremie Fraeys
997aff6be3
initial infra commit 2026-01-19 15:02:13 -05:00