Compare commits

1 Commits
Author SHA1 Message Date
renovate-bot f53b8aad74 Update postgres Docker tag to v18 2026-02-01 16:02:39 +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.9.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:17.11 image: postgres:18.1
container_name: mealie_db_pg17 container_name: mealie_db_pg17
restart: unless-stopped restart: unless-stopped
healthcheck: healthcheck: