Compare commits
4
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
901bfda6ae | ||
|
|
68c0d59c40 | ||
|
|
57731f6ef2 | ||
|
|
b6a64e8981 |
+2
-1
@@ -33,6 +33,7 @@ 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
|
||||||
@@ -57,7 +58,7 @@ services:
|
|||||||
- oidc_client_secret
|
- oidc_client_secret
|
||||||
|
|
||||||
db_pg17:
|
db_pg17:
|
||||||
image: postgres:17.10
|
image: postgres:18.6
|
||||||
container_name: mealie_db_pg17
|
container_name: mealie_db_pg17
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
healthcheck:
|
healthcheck:
|
||||||
|
|||||||
Reference in New Issue
Block a user