feat(service): add mealie

This commit is contained in:
lloydrichards
2024-11-12 21:50:17 +01:00
parent 9af3fe9c97
commit 95fda8c238
2 changed files with 24 additions and 0 deletions

BIN
public/svgs/mealie.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

View File

@@ -0,0 +1,24 @@
# documentation: https://docs.mealie.io/
# slogan: A recipe manager and meal planner.
# tags: recipe manager, meal planner, cooking, food
# logo: svgs/mealie.png
# port: 9000
services:
mealie:
image: 'ghcr.io/mealie-recipes/mealie:latest'
volumes:
- SERVICE_FQDN_MEALIE_9000
- '${COOLIFY_VOLUME_APP}:/app/data/'
environment:
ALLOW_SIGNUP: 'false'
PUID: 1000
PGID: 1000
# TZ: Europe/Berlin
MAX_WORKERS: 1
WEB_CONCURRENCY: 1
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:9000"]
interval: 5s
timeout: 20s
retries: 10