fix: update PostgreSQL and Authentik tags in env.prod.template for consistency
refactor: remove unused volumes from postgresql service in docker-compose files
This commit is contained in:
parent
bbf3f08be5
commit
70e68a2ed1
3 changed files with 63 additions and 70 deletions
|
@ -5,8 +5,8 @@ PUBLIC_DOMAIN=sso.s1q.dev
|
|||
TLS_DOMAIN=*.s1q.dev
|
||||
|
||||
# Server Versions
|
||||
AUTHENTIK_TAG=2025.4.2
|
||||
POSTGRES_TAG=16.9-alpine
|
||||
AUTHENTIK_TAG=2025.8.1
|
||||
POSTGRES_TAG=17.6-alpine
|
||||
REDIS_TAG=8.0-alpine
|
||||
|
||||
# Error reporting & Logging
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue