hg
This commit is contained in:
parent
5f37d59c6d
commit
8070527b5a
2 changed files with 85 additions and 84 deletions
|
|
@ -32,36 +32,36 @@ services:
|
||||||
- kuma.kuma.http.name=Uptime Kuma
|
- kuma.kuma.http.name=Uptime Kuma
|
||||||
- kuma.kuma.http.url=https://kuma.netgrimoire.com
|
- kuma.kuma.http.url=https://kuma.netgrimoire.com
|
||||||
|
|
||||||
autokuma:
|
# autokuma:
|
||||||
image: ghcr.io/bigboot/autokuma:latest
|
# image: ghcr.io/bigboot/autokuma:latest
|
||||||
environment:
|
# environment:
|
||||||
AUTOKUMA__KUMA__URL: http://kuma:3001
|
# AUTOKUMA__KUMA__URL: http://kuma:3001
|
||||||
AUTOKUMA__KUMA__USERNAME: traveler
|
# AUTOKUMA__KUMA__USERNAME: traveler
|
||||||
AUTOKUMA__KUMA__PASSWORD: F@lcon12
|
# AUTOKUMA__KUMA__PASSWORD: F@lcon12
|
||||||
AUTOKUMA__TAG_NAME: AutoKuma
|
# AUTOKUMA__TAG_NAME: AutoKuma
|
||||||
AUTOKUMA__DOCKER__SOURCE: "DockerSwarm"
|
# AUTOKUMA__DOCKER__SOURCE: "DockerSwarm"
|
||||||
# AUTOKUMA__MIGRATE: "true"
|
# # AUTOKUMA__MIGRATE: "true"
|
||||||
volumes:
|
# volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
# - /var/run/docker.sock:/var/run/docker.sock
|
||||||
- /data/nfs/znas/Docker/AutoKuma:/data
|
# - /data/nfs/znas/Docker/AutoKuma:/data
|
||||||
networks:
|
# networks:
|
||||||
- netgrimoire
|
# - netgrimoire
|
||||||
deploy:
|
# deploy:
|
||||||
placement:
|
# placement:
|
||||||
constraints:
|
# constraints:
|
||||||
- node.role == manager
|
# - node.role == manager
|
||||||
restart_policy:
|
## restart_policy:
|
||||||
condition: on-failure
|
# condition: on-failure
|
||||||
delay: 5s
|
### delay: 5s
|
||||||
labels:
|
# labels:
|
||||||
- diun.enable=true
|
## - diun.enable=true
|
||||||
- homepage.group=Monitoring
|
# - homepage.group=Monitoring
|
||||||
- homepage.name=AutoKuma
|
# - homepage.name=AutoKuma
|
||||||
- homepage.icon=uptime-kuma.png
|
# - homepage.icon=uptime-kuma.png
|
||||||
- homepage.href=https://kuma.netgrimoire.com
|
## - homepage.href=https://kuma.netgrimoire.com
|
||||||
- homepage.description=Kuma Monitor Automation
|
# - homepage.description=Kuma Monitor Automation
|
||||||
- kuma.autokuma.http.name=AutoKuma
|
# - kuma.autokuma.http.name=AutoKuma
|
||||||
- kuma.autokuma.http.url=https://kuma.netgrimoire.com
|
# - kuma.autokuma.http.url=https://kuma.netgrimoire.com
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
netgrimoire:
|
netgrimoire:
|
||||||
|
|
|
||||||
|
|
@ -1,61 +1,62 @@
|
||||||
services:
|
services:
|
||||||
image: ghcr.io/mealie-recipes/mealie:latest
|
mealie:
|
||||||
ports:
|
image: ghcr.io/mealie-recipes/mealie:latest
|
||||||
- "9925:9000"
|
ports:
|
||||||
environment:
|
- "9927:9000"
|
||||||
PUID: "1964"
|
environment:
|
||||||
PGID: "1964"
|
PUID: "1964"
|
||||||
TZ: America/Chicago
|
PGID: "1964"
|
||||||
MAX_WORKERS: "1"
|
TZ: America/Chicago
|
||||||
WEB_CONCURRENCY: "1"
|
MAX_WORKERS: "1"
|
||||||
BASE_URL: https://recipe.netgrimoire.com
|
WEB_CONCURRENCY: "1"
|
||||||
ALLOW_PASSWORD_LOGIN: "false"
|
BASE_URL: https://recipe.netgrimoire.com
|
||||||
ALLOW_SIGNUP: "false"
|
ALLOW_PASSWORD_LOGIN: "false"
|
||||||
OIDC_AUTH_ENABLED: "true"
|
ALLOW_SIGNUP: "false"
|
||||||
OIDC_PROVIDER_NAME: authentik
|
OIDC_AUTH_ENABLED: "true"
|
||||||
OIDC_CONFIGURATION_URL: https://auth.netgrimoire.com/application/o/mealie/.well-known/openid-configuration
|
OIDC_PROVIDER_NAME: authentik
|
||||||
OIDC_CLIENT_ID: tidMeWe3Ak30zRzcmC5vwoCqAIHXQsaVwJEp44Mz
|
OIDC_CONFIGURATION_URL: https://auth.netgrimoire.com/application/o/mealie/.well-known/openid-configuration
|
||||||
OIDC_CLIENT_SECRET: OD0CLgELUEWGoZ8IUnduGbxhyhh4vgjMBxBAjyopNOkATWIEWSYeWRDdfY6ulX2Fj7zuUp9dpgzjoFatNviLD8E5Cv2815eDrZxH9gNb52Taur0LzqBPk25yLCvsnjXK
|
OIDC_CLIENT_ID: tidMeWe3Ak30zRzcmC5vwoCqAIHXQsaVwJEp44Mz
|
||||||
OIDC_AUTO_REDIRECT: "true"
|
OIDC_CLIENT_SECRET: OD0CLgELUEWGoZ8IUnduGbxhyhh4vgjMBxBAjyopNOkATWIEWSYeWRDdfY6ulX2Fj7zuUp9dpgzjoFatNviLD8E5Cv2815eDrZxH9gNb52Taur0LzqBPk25yLCvsnjXK
|
||||||
OIDC_REMEMBER_ME: "true"
|
OIDC_AUTO_REDIRECT: "true"
|
||||||
OIDC_SIGNUP_ENABLED: "true"
|
OIDC_REMEMBER_ME: "true"
|
||||||
OIDC_USER_CLAIM: sub
|
OIDC_SIGNUP_ENABLED: "true"
|
||||||
OIDC_NAME_CLAIM: preferred_username
|
OIDC_USER_CLAIM: sub
|
||||||
OIDC_GROUPS_CLAIM: groups
|
OIDC_NAME_CLAIM: preferred_username
|
||||||
OIDC_SCOPES_OVERRIDE: openid profile email
|
OIDC_GROUPS_CLAIM: groups
|
||||||
OIDC_USER_GROUP: mealie-users
|
OIDC_SCOPES_OVERRIDE: openid profile email
|
||||||
OIDC_ADMIN_GROUP: mealie-admins
|
OIDC_USER_GROUP: mealie-users
|
||||||
volumes:
|
OIDC_ADMIN_GROUP: mealie-admins
|
||||||
- /DockerVol/mealie:/app/data
|
volumes:
|
||||||
networks:
|
- /DockerVol/mealie:/app/data
|
||||||
- netgrimoire
|
networks:
|
||||||
deploy:
|
- netgrimoire
|
||||||
restart_policy:
|
deploy:
|
||||||
condition: any
|
restart_policy:
|
||||||
delay: 5s
|
condition: any
|
||||||
max_attempts: 3
|
delay: 5s
|
||||||
window: 120s
|
max_attempts: 3
|
||||||
placement:
|
window: 120s
|
||||||
constraints:
|
placement:
|
||||||
- node.platform.arch != aarch64
|
constraints:
|
||||||
- node.platform.arch != arm
|
- node.platform.arch != aarch64
|
||||||
- node.hostname == docker4
|
- node.platform.arch != arm
|
||||||
labels:
|
- node.hostname == docker4
|
||||||
caddy: recipe.netgrimoire.com
|
labels:
|
||||||
caddy.reverse_proxy: recipe:9000
|
caddy: recipe.netgrimoire.com
|
||||||
caddy.import_1: crowdsec
|
caddy.reverse_proxy: recipe:9000
|
||||||
caddy.import_2: authentik
|
caddy.import_1: crowdsec
|
||||||
|
caddy.import_2: authentik
|
||||||
|
|
||||||
kuma.name: Mealie
|
kuma.name: Mealie
|
||||||
kuma.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