chore(deps): update ghcr.io/goauthentik/server docker tag to v2023.10.5 (#1870)
This commit is contained in:
parent
7cb3501ea1
commit
1397874486
|
@ -5,8 +5,8 @@
|
||||||
"available": true,
|
"available": true,
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"id": "authentik",
|
"id": "authentik",
|
||||||
"tipi_version": 3,
|
"tipi_version": 4,
|
||||||
"version": "2023.10.4",
|
"version": "2023.10.5",
|
||||||
"categories": [
|
"categories": [
|
||||||
"development"
|
"development"
|
||||||
],
|
],
|
||||||
|
|
|
@ -2,7 +2,7 @@ version: "3.7"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
authentik:
|
authentik:
|
||||||
image: ghcr.io/goauthentik/server:2023.10.4
|
image: ghcr.io/goauthentik/server:2023.10.5
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
command: server
|
command: server
|
||||||
container_name: authentik
|
container_name: authentik
|
||||||
|
@ -50,7 +50,7 @@ services:
|
||||||
traefik.http.routers.authentik-local.service: authentik
|
traefik.http.routers.authentik-local.service: authentik
|
||||||
traefik.http.routers.authentik-local.tls: true
|
traefik.http.routers.authentik-local.tls: true
|
||||||
authentik-worker:
|
authentik-worker:
|
||||||
image: ghcr.io/goauthentik/server:2023.10.4
|
image: ghcr.io/goauthentik/server:2023.10.5
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
command: worker
|
command: worker
|
||||||
container_name: authentik-worker
|
container_name: authentik-worker
|
||||||
|
|
Loading…
Reference in New Issue
Block a user