Update caddy configs and authentik image
This commit is contained in:
parent
ac40d18f67
commit
1161296fcb
4 changed files with 4 additions and 5 deletions
authentik
|
@ -2,7 +2,7 @@ version: '3.2'
|
|||
|
||||
services:
|
||||
app:
|
||||
image: ghcr.io/goauthentik/server:2023.3
|
||||
image: ghcr.io/goauthentik/server:2023.8
|
||||
restart: unless-stopped
|
||||
command: server
|
||||
env_file:
|
||||
|
@ -17,7 +17,7 @@ services:
|
|||
- authentik
|
||||
|
||||
worker:
|
||||
image: ghcr.io/goauthentik/server:2023.3
|
||||
image: ghcr.io/goauthentik/server:2023.8
|
||||
restart: unless-stopped
|
||||
command: worker
|
||||
user: root
|
||||
|
|
Reference in a new issue