mirror of
https://github.com/grafana/grafana.git
synced 2025-02-16 18:34:52 -06:00
parent
5b3cd9f55b
commit
02136e5a2f
File diff suppressed because one or more lines are too long
@ -39,7 +39,7 @@
|
|||||||
- "authentik:authentik"
|
- "authentik:authentik"
|
||||||
|
|
||||||
authentik:
|
authentik:
|
||||||
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2023.10.4}
|
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2023.10.6}
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
container_name: authentik
|
container_name: authentik
|
||||||
command: server
|
command: server
|
||||||
@ -66,7 +66,7 @@
|
|||||||
- "authentikredis:authentikredis"
|
- "authentikredis:authentikredis"
|
||||||
|
|
||||||
authentik-worker:
|
authentik-worker:
|
||||||
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2023.10.4}
|
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2023.10.6}
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
container_name: authentik-worker
|
container_name: authentik-worker
|
||||||
command: worker
|
command: worker
|
||||||
|
Loading…
Reference in New Issue
Block a user