Compare commits

...

2 Commits

Author SHA1 Message Date
3d9d4f6ab7 updated caddy container version info to facilitate easier upgrades 2024-10-08 14:49:19 -06:00
f1ae30c975 Bumped authentik version 2024-10-08 14:48:57 -06:00
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
services:
caddy:
image: caddy:2.8.4
image: caddy:2-alpine
restart: unless-stopped
ports:
- "80:80"

View File

@ -31,7 +31,7 @@ services:
volumes:
- trout:/data
server:
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2024.6.3}
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2024.8.3}
restart: unless-stopped
command: server
environment:
@ -52,7 +52,7 @@ services:
- postgresql
- trout
worker:
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2024.6.3}
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2024.8.3}
restart: unless-stopped
command: worker
environment: