Skip to content

Commit

Permalink
new version 2024.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Jurk committed Jan 8, 2025
1 parent 1253d9d commit ad521ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions dev-keycloak/authentik.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ services:
volumes:
- redis:/data
server:
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2024.10.4}
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2024.12}
restart: unless-stopped
command: server
environment:
Expand All @@ -90,7 +90,7 @@ services:
- postgresql
- redis
worker:
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2024.10.4}
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2024.12}
restart: unless-stopped
command: worker
environment:
Expand Down
5 changes: 2 additions & 3 deletions dev-keycloak/test-authentik.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---

services:
postgresql:
image: docker.io/library/postgres:16-alpine
Expand Down Expand Up @@ -31,7 +30,7 @@ services:
volumes:
- redis:/data
server:
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2024.10.4}
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2024.12}
restart: unless-stopped
command: server
environment:
Expand All @@ -52,7 +51,7 @@ services:
- postgresql
- redis
worker:
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2024.10.4}
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2024.12}
restart: unless-stopped
command: worker
environment:
Expand Down

0 comments on commit ad521ad

Please sign in to comment.