mirror of
https://github.com/tborychowski/self-hosted-cookbook.git
synced 2025-05-23 16:25:59 +00:00
Update mealie.md
This commit is contained in:
parent
78f6a4a107
commit
870d6f2ab2
@ -17,14 +17,23 @@
|
|||||||
|
|
||||||
## docker-compose.yml
|
## docker-compose.yml
|
||||||
```yml
|
```yml
|
||||||
version: '3.3'
|
|
||||||
services:
|
services:
|
||||||
dashmachine:
|
mealie:
|
||||||
image: rmountjoy/dashmachine:latest
|
image: ghcr.io/mealie-recipes/mealie
|
||||||
container_name: dashmachine
|
container_name: mealie
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
deploy:
|
||||||
|
resources:
|
||||||
|
limits:
|
||||||
|
memory: 1000M #
|
||||||
|
environment:
|
||||||
|
ALLOW_SIGNUP: "false"
|
||||||
|
PUID: 1000
|
||||||
|
PGID: 1000
|
||||||
|
TZ: Europe/Dublin
|
||||||
|
BASE_URL: https://mealie.yourdomain.com
|
||||||
ports:
|
ports:
|
||||||
- 4010:5000
|
- "9925:9000" #
|
||||||
volumes:
|
volumes:
|
||||||
- ./data:/dashmachine/dashmachine/user_data
|
- ./data:/app/data/
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user