* template(docker): Update authentik server and worker images to version 2025.2.1
* Update authentik.yaml
Update authentik version to 2025.2.2
* update authentik server and worker images to version 2025.2.3
* Update update Authentik version to 2025.2.4
---------
Co-authored-by: 🏔️ Peak <122374094+peaklabs-dev@users.noreply.github.com>
Postgres would never get in healthy state because the environment variable SERVICE_USER_POSTGRESQL was never set inside the container.
Using POSTGRES_USER container env instead which receives the value from SERVICE_USER_POSTGRESQL.
Also adding the condition "service_healthy" for the depends_on. This will make the Authentic containers to wait for Postgres and Redis to be healthy before starting.