Compare commits

..
Author SHA1 Message Date
renovate-bot ba5c669a1b Update ghcr.io/mealie-recipes/mealie Docker tag to v3.1.2 2025-08-26 00:02:10 +00:00
+2 -3
View File
@@ -2,7 +2,7 @@ name: mealie
services: services:
mealie: mealie:
image: ghcr.io/mealie-recipes/mealie:v3.22.0 image: ghcr.io/mealie-recipes/mealie:v3.1.2
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:18.6 image: postgres:17.6
container_name: mealie_db_pg17 container_name: mealie_db_pg17
restart: unless-stopped restart: unless-stopped
healthcheck: healthcheck: