1 Commits

Author SHA1 Message Date
37d22495d6 Update ghcr.io/goauthentik/server Docker tag to v2024.10 2024-10-31 08:00:23 +00:00
2 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@ x-env: &env
services: services:
server: server:
image: ghcr.io/goauthentik/server:2024.8 image: ghcr.io/goauthentik/server:2024.10
restart: unless-stopped restart: unless-stopped
command: server command: server
user: "{{ docker_user.id }}" user: "{{ docker_user.id }}"
@ -42,7 +42,7 @@ services:
- traefik - traefik
worker: worker:
image: ghcr.io/goauthentik/server:2024.8 image: ghcr.io/goauthentik/server:2024.10
restart: unless-stopped restart: unless-stopped
command: worker command: worker
user: "{{ docker_user.id }}" user: "{{ docker_user.id }}"

View File

@ -29,7 +29,7 @@ services:
- SMTP_HOST_SSL_ENABLED=true - SMTP_HOST_SSL_ENABLED=true
clickhouse: clickhouse:
image: clickhouse/clickhouse-server:24.10.1.2812-alpine image: clickhouse/clickhouse-server:24.3.3.102-alpine
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- ./clickhouse:/var/lib/clickhouse - ./clickhouse:/var/lib/clickhouse