update latest
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
mealie:
|
||||
image: ghcr.io/mealie-recipes/mealie:v2.7.0 #
|
||||
image: ghcr.io/mealie-recipes/mealie:latest #
|
||||
|
||||
|
||||
container_name: mealie
|
||||
@@ -32,6 +32,16 @@ services:
|
||||
SMTP_USER: mealie@stamand.us
|
||||
SMTP_PASSWORD: R4c00ns10!
|
||||
OPENAI_API_KEY: sk-proj-Bh9gRNDoUSdqj8K6dkciT3BlbkFJeYGi4C7nsnKpMtGcTwJf
|
||||
OIDC_AUTH_ENABLED: true
|
||||
OIDC_PROVIDER_NAME: authentik
|
||||
OIDC_CONFIGURATION_URL: https://auth.stamand.us/application/o/mealie-stamand/.well-known/openid-configuration
|
||||
OIDC_CLIENT_ID: LENQs1xn7HfZnOjpsDg7ZYrUWLYiYksljSymcppM
|
||||
OIDC_CLIENT_SECRET: 711gXPy4X9ffydEWolUpczogiyHJQ9MrROoUstRIGXAPINjLernYDYrprhWMaHsslvzrMMncMwqoCdPVhUoSYZFE6WOJGvhIKrgHO12zYuLPsdKgl64R30yKim2xxRah
|
||||
OIDC_SIGNUP_ENABLED: true
|
||||
OIDC_USER_GROUP: mealie_users
|
||||
OIDC_ADMIN_GROUP: mealie_admins
|
||||
OIDC_AUTO_REDIRECT: true # Optional: The login page will be bypassed and you will be sent directly to your Identity Provider.
|
||||
OIDC_REMEMBER_ME: true # Optional: By setting this value to true, a session will be extended as if "Remember Me" was checked.
|
||||
# Database Settings
|
||||
DB_ENGINE: postgres
|
||||
POSTGRES_USER: mealie
|
||||
|
||||
Reference in New Issue
Block a user