authentik -> latest
--> Linted: EDITORCONFIG No errors were found in the linting process Details
--> Linted: GITLEAKS No errors were found in the linting process Details
--> Linted: JSCPD Errors were detected, please view logs Details
--> Linted: YAML No errors were found in the linting process Details
lint Details

This commit is contained in:
Chase 2023-10-28 21:16:42 +00:00
parent cdd821a499
commit 56314fe495
1 changed files with 2 additions and 2 deletions

View File

@ -584,7 +584,7 @@ services:
volumes:
- /dockerData/authentik/redis:/data
authentik_server:
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2023.8.3}
image: ghcr.io/goauthentik/server:latest
restart: unless-stopped
command: server
environment:
@ -610,7 +610,7 @@ services:
- authentik_postgresql
- authentik_redis
authentik_worker:
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2023.8.3}
image: ghcr.io/goauthentik/server:latest
restart: unless-stopped
command: worker
environment: