sd
This commit is contained in:
parent
f231d2a098
commit
2a57f549e3
1 changed files with 3 additions and 3 deletions
|
|
@ -53,7 +53,7 @@ services:
|
||||||
- node.hostname == nas
|
- node.hostname == nas
|
||||||
|
|
||||||
authentik:
|
authentik:
|
||||||
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2024.8.3}
|
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2024.12.3}
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
command: server
|
command: server
|
||||||
environment:
|
environment:
|
||||||
|
|
@ -94,7 +94,7 @@ services:
|
||||||
- redis
|
- redis
|
||||||
|
|
||||||
worker:
|
worker:
|
||||||
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2024.8.3}
|
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2024.12.3}
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
command: worker
|
command: worker
|
||||||
environment:
|
environment:
|
||||||
|
|
@ -141,4 +141,4 @@ networks:
|
||||||
external: true
|
external: true
|
||||||
|
|
||||||
|
|
||||||
# import the .env file first: set -a; . ./.env; set +a
|
# import the .env file first: set -a; . ./.env; set +a
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue