Compare commits
11
Commits
d774e493fd
...
2e45f54698
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2e45f54698 | ||
|
|
b6a64e8981 | ||
|
|
5b2f4eb951 | ||
|
|
625abea3bc | ||
|
|
5c3291f53e | ||
|
|
af0191fd62 | ||
|
|
54fc968c44 | ||
|
|
f8a659e188 | ||
|
|
4f4f553331 | ||
|
|
3325efefce | ||
|
|
f10dde8e98 |
+3
-2
@@ -2,7 +2,7 @@ name: mealie
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
mealie:
|
mealie:
|
||||||
image: ghcr.io/mealie-recipes/mealie:v3.17.0
|
image: ghcr.io/mealie-recipes/mealie:v3.22.0
|
||||||
container_name: mealie
|
container_name: mealie
|
||||||
depends_on:
|
depends_on:
|
||||||
db_pg17:
|
db_pg17:
|
||||||
@@ -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