Change tag of postgres from major to major.minor, remove environment variable to override version

This commit is contained in:
2025-04-10 11:53:31 +02:00
parent c87708be58
commit 3ed6e45a4c

View File

@ -2,7 +2,7 @@ name: authentik
services:
server:
image: ghcr.io/goauthentik/server:${VERSION:-2025.2.4}
image: ghcr.io/goauthentik/server:2025.2.4
container_name: authentik_server
depends_on:
- db_pg17
@ -32,7 +32,7 @@ services:
- secret
worker:
image: ghcr.io/goauthentik/server:${VERSION:-2025.2.4}
image: ghcr.io/goauthentik/server:2025.2.4
container_name: authentik_worker
depends_on:
- db_pg17
@ -79,7 +79,7 @@ services:
- mail_server
ldap:
image: ghcr.io/goauthentik/ldap:${VERSION:-2025.2.4}
image: ghcr.io/goauthentik/ldap:2025.2.4
container_name: authentik_ldap
depends_on:
- server
@ -99,7 +99,7 @@ services:
- ldap_api_key
db_pg17:
image: docker.io/library/postgres:17
image: docker.io/library/postgres:17.4
container_name: authentik_db_pg17
restart: unless-stopped
healthcheck: