Compare commits

1 Commits
Author SHA1 Message Date
renovate-bot 3fb9121dca Update ghcr.io/mealie-recipes/mealie Docker tag to v3.13.0 2026-03-18 16:03:05 +00:00
+2 -3
View File
@@ -2,7 +2,7 @@ name: mealie
services: services:
mealie: mealie:
image: ghcr.io/mealie-recipes/mealie:v3.24.0 image: ghcr.io/mealie-recipes/mealie:v3.13.0
container_name: mealie container_name: mealie
depends_on: depends_on:
db_pg17: db_pg17:
@@ -33,7 +33,6 @@ services:
SMTP_FROM_NAME: Mealie SMTP_FROM_NAME: Mealie
SMTP_AUTH_STRATEGY: TLS SMTP_AUTH_STRATEGY: TLS
OIDC_AUTH_ENABLED: True OIDC_AUTH_ENABLED: True
OIDC_REQUIRES_EMAIL_VERIFICATION: False
OIDC_SIGNUP_ENABLED: True OIDC_SIGNUP_ENABLED: True
OIDC_AUTO_REDIRECT: True OIDC_AUTO_REDIRECT: True
OIDC_REMEMBER_ME: True OIDC_REMEMBER_ME: True
@@ -58,7 +57,7 @@ services:
- oidc_client_secret - oidc_client_secret
db_pg17: db_pg17:
image: postgres:17.11 image: postgres:17.9
container_name: mealie_db_pg17 container_name: mealie_db_pg17
restart: unless-stopped restart: unless-stopped
healthcheck: healthcheck: