This commit is contained in:
parent
6ae66f77c7
commit
b67d53849d
31
docs/portainer-stacks/mealie.md
Normal file
31
docs/portainer-stacks/mealie.md
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
``yaml
|
||||||
|
---
|
||||||
|
version: "3.8"
|
||||||
|
services:
|
||||||
|
mealie:
|
||||||
|
container_name: mealie
|
||||||
|
image: hkotel/mealie:latest
|
||||||
|
restart: always
|
||||||
|
network_mode: bridge
|
||||||
|
ports:
|
||||||
|
- 80:80
|
||||||
|
environment:
|
||||||
|
PUID: 1000
|
||||||
|
PGID: 1000
|
||||||
|
TZ: Europe/Amsterdam
|
||||||
|
# Default Recipe Settings
|
||||||
|
RECIPE_PUBLIC: 'false'
|
||||||
|
RECIPE_SHOW_NUTRITION: 'true'
|
||||||
|
RECIPE_SHOW_ASSETS: 'true'
|
||||||
|
RECIPE_LANDSCAPE_VIEW: 'true'
|
||||||
|
RECIPE_DISABLE_COMMENTS: 'false'
|
||||||
|
RECIPE_DISABLE_AMOUNT: 'false'
|
||||||
|
# Gunicorn
|
||||||
|
# WEB_CONCURRENCY: 2
|
||||||
|
# WORKERS_PER_CORE: 0.5
|
||||||
|
# MAX_WORKERS: 8
|
||||||
|
volumes:
|
||||||
|
- /docker/mealie:/app/data
|
||||||
|
labels:
|
||||||
|
- com.centurylinklabs.watchtower.enable=true
|
||||||
|
```
|
@ -1,3 +1,4 @@
|
|||||||
|
```yaml
|
||||||
---
|
---
|
||||||
version: "3.8"
|
version: "3.8"
|
||||||
services:
|
services:
|
||||||
@ -37,3 +38,4 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- /docker/n8n/db:/config
|
- /docker/n8n/db:/config
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
```
|
@ -95,7 +95,7 @@ nav:
|
|||||||
- Heimdall: portainer-stacks/heimdall.md
|
- Heimdall: portainer-stacks/heimdall.md
|
||||||
- Jellyfin: portainer-stacks/jellyfin.md
|
- Jellyfin: portainer-stacks/jellyfin.md
|
||||||
- LibrePhotos: portainer-stacks/LibrePhotos.md
|
- LibrePhotos: portainer-stacks/LibrePhotos.md
|
||||||
- Librespeed: portainer-stacks/Librespeed.md
|
- mealie: portainer-stacks/mealie.md
|
||||||
- MQTT-Explorer: portainer-stacks/mqtt-explorer.md
|
- MQTT-Explorer: portainer-stacks/mqtt-explorer.md
|
||||||
- MQTT Mosquitto: portainer-stacks/MQTT-Mosquitto.md
|
- MQTT Mosquitto: portainer-stacks/MQTT-Mosquitto.md
|
||||||
- n8n: portainer-stacks/n8n.md
|
- n8n: portainer-stacks/n8n.md
|
||||||
|
Loading…
x
Reference in New Issue
Block a user