feat(service): ✨ add mealie
This commit is contained in:
BIN
public/svgs/mealie.png
Normal file
BIN
public/svgs/mealie.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 16 KiB |
24
templates/compose/mealie.yaml
Normal file
24
templates/compose/mealie.yaml
Normal 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
|
||||
Reference in New Issue
Block a user