update
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Sthope 2022-07-31 19:52:11 +02:00
parent 6ae66f77c7
commit b67d53849d
3 changed files with 35 additions and 2 deletions

View 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
```

View File

@ -1,3 +1,4 @@
```yaml
---
version: "3.8"
services:
@ -36,4 +37,5 @@ services:
- MYSQL_PASSWORD=n8n_db_password
volumes:
- /docker/n8n/db:/config
restart: unless-stopped
restart: unless-stopped
```

View File

@ -95,7 +95,7 @@ nav:
- Heimdall: portainer-stacks/heimdall.md
- Jellyfin: portainer-stacks/jellyfin.md
- LibrePhotos: portainer-stacks/LibrePhotos.md
- Librespeed: portainer-stacks/Librespeed.md
- mealie: portainer-stacks/mealie.md
- MQTT-Explorer: portainer-stacks/mqtt-explorer.md
- MQTT Mosquitto: portainer-stacks/MQTT-Mosquitto.md
- n8n: portainer-stacks/n8n.md