Compare commits

..
Author SHA1 Message Date
renovate-bot ec1da3bb87 Update postgres Docker tag to v18 2025-09-26 08:02:49 +00:00
+2 -3
View File
@@ -2,7 +2,7 @@ name: mealie
services:
mealie:
image: ghcr.io/mealie-recipes/mealie:v3.22.0
image: ghcr.io/mealie-recipes/mealie:v3.2.1
container_name: mealie
depends_on:
db_pg17:
@@ -33,7 +33,6 @@ services:
SMTP_FROM_NAME: Mealie
SMTP_AUTH_STRATEGY: TLS
OIDC_AUTH_ENABLED: True
OIDC_REQUIRES_EMAIL_VERIFICATION: False
OIDC_SIGNUP_ENABLED: True
OIDC_AUTO_REDIRECT: True
OIDC_REMEMBER_ME: True
@@ -58,7 +57,7 @@ services:
- oidc_client_secret
db_pg17:
image: postgres:18.6
image: postgres:18.0
container_name: mealie_db_pg17
restart: unless-stopped
healthcheck: