gremlin: auto-fix swarm/mealie.yaml (1 issue fixed)
This commit is contained in:
parent
6d846761d6
commit
5f37d59c6d
1 changed files with 54 additions and 55 deletions
|
|
@ -1,62 +1,61 @@
|
||||||
services:
|
services:
|
||||||
## Comment that does not matter dsffsdsdfsds
|
image: ghcr.io/mealie-recipes/mealie:latest
|
||||||
image: ghcr.io/mealie-recipes/mealie:latest
|
ports:
|
||||||
ports:
|
- "9925:9000"
|
||||||
- "9925:9000"
|
environment:
|
||||||
environment:
|
PUID: "1964"
|
||||||
PUID: "1001"
|
PGID: "1964"
|
||||||
PGID: "998"
|
TZ: America/Chicago
|
||||||
TZ: America/Chicago
|
MAX_WORKERS: "1"
|
||||||
MAX_WORKERS: "1"
|
WEB_CONCURRENCY: "1"
|
||||||
WEB_CONCURRENCY: "1"
|
BASE_URL: https://recipe.netgrimoire.com
|
||||||
BASE_URL: https://recipe.netgrimoire.com
|
ALLOW_PASSWORD_LOGIN: "false"
|
||||||
ALLOW_PASSWORD_LOGIN: "false"
|
ALLOW_SIGNUP: "false"
|
||||||
ALLOW_SIGNUP: "false"
|
OIDC_AUTH_ENABLED: "true"
|
||||||
OIDC_AUTH_ENABLED: "true"
|
OIDC_PROVIDER_NAME: authentik
|
||||||
OIDC_PROVIDER_NAME: authentik
|
OIDC_CONFIGURATION_URL: https://auth.netgrimoire.com/application/o/mealie/.well-known/openid-configuration
|
||||||
OIDC_CONFIGURATION_URL: https://auth.netgrimoire.com/application/o/mealie/.well-known/openid-configuration
|
OIDC_CLIENT_ID: tidMeWe3Ak30zRzcmC5vwoCqAIHXQsaVwJEp44Mz
|
||||||
OIDC_CLIENT_ID: tidMeWe3Ak30zRzcmC5vwoCqAIHXQsaVwJEp44Mz
|
OIDC_CLIENT_SECRET: OD0CLgELUEWGoZ8IUnduGbxhyhh4vgjMBxBAjyopNOkATWIEWSYeWRDdfY6ulX2Fj7zuUp9dpgzjoFatNviLD8E5Cv2815eDrZxH9gNb52Taur0LzqBPk25yLCvsnjXK
|
||||||
OIDC_CLIENT_SECRET: OD0CLgELUEWGoZ8IUnduGbxhyhh4vgjMBxBAjyopNOkATWIEWSYeWRDdfY6ulX2Fj7zuUp9dpgzjoFatNviLD8E5Cv2815eDrZxH9gNb52Taur0LzqBPk25yLCvsnjXK
|
OIDC_AUTO_REDIRECT: "true"
|
||||||
OIDC_AUTO_REDIRECT: "true"
|
OIDC_REMEMBER_ME: "true"
|
||||||
OIDC_REMEMBER_ME: "true"
|
OIDC_SIGNUP_ENABLED: "true"
|
||||||
OIDC_SIGNUP_ENABLED: "true"
|
OIDC_USER_CLAIM: sub
|
||||||
OIDC_USER_CLAIM: sub
|
OIDC_NAME_CLAIM: preferred_username
|
||||||
OIDC_NAME_CLAIM: preferred_username
|
OIDC_GROUPS_CLAIM: groups
|
||||||
OIDC_GROUPS_CLAIM: groups
|
OIDC_SCOPES_OVERRIDE: openid profile email
|
||||||
OIDC_SCOPES_OVERRIDE: openid profile email
|
OIDC_USER_GROUP: mealie-users
|
||||||
OIDC_USER_GROUP: mealie-users
|
OIDC_ADMIN_GROUP: mealie-admins
|
||||||
OIDC_ADMIN_GROUP: mealie-admins
|
volumes:
|
||||||
volumes:
|
- /DockerVol/mealie:/app/data
|
||||||
- /DockerVol/mealie:/app/data
|
networks:
|
||||||
networks:
|
- netgrimoire
|
||||||
- netgrimoire
|
deploy:
|
||||||
deploy:
|
restart_policy:
|
||||||
restart_policy:
|
condition: any
|
||||||
condition: any
|
delay: 5s
|
||||||
delay: 5s
|
max_attempts: 3
|
||||||
max_attempts: 3
|
window: 120s
|
||||||
window: 120s
|
placement:
|
||||||
placement:
|
constraints:
|
||||||
constraints:
|
- node.platform.arch != aarch64
|
||||||
- node.platform.arch != aarch64
|
- node.platform.arch != arm
|
||||||
- node.platform.arch != arm
|
- node.hostname == docker4
|
||||||
- node.hostname == docker4
|
labels:
|
||||||
labels:
|
caddy: recipe.netgrimoire.com
|
||||||
caddy: recipe.netgrimoire.com
|
caddy.reverse_proxy: recipe:9000
|
||||||
caddy.reverse_proxy: recipe:9000
|
caddy.import_1: crowdsec
|
||||||
caddy.import_1: crowdsec
|
caddy.import_2: authentik
|
||||||
caddy.import_2: authentik
|
|
||||||
|
|
||||||
kuma.recipe.http.name: Mealie
|
kuma.name: Mealie
|
||||||
kuma.recipe.http.url: https://recipe.netgrimoire.com
|
kuma.url: https://recipe.netgrimoire.com
|
||||||
|
|
||||||
homepage.group: PNCHarris Apps
|
homepage.group: PNCHarris Apps
|
||||||
homepage.name: Mealie
|
homepage.name: Mealie
|
||||||
homepage.icon: mealie.png
|
homepage.icon: mealie.png
|
||||||
homepage.href: https://recipe.netgrimoire.com
|
homepage.href: https://recipe.netgrimoire.com
|
||||||
homepage.description: Recipe Manager
|
homepage.description: Recipe Manager
|
||||||
|
|
||||||
diun.enable: "true"
|
diun.enable: "true"
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
netgrimoire:
|
netgrimoire:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue