[add] mealie
This commit is contained in:
parent
8307b2af5d
commit
20bdc301f6
3 changed files with 246 additions and 200 deletions
29
mealie/compose.yml
Normal file
29
mealie/compose.yml
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
services:
|
||||
mealie:
|
||||
image: ghcr.io/mealie-recipes/mealie:v2.8.0 #
|
||||
|
||||
|
||||
container_name: mealie
|
||||
restart: "unless-stopped"
|
||||
ports:
|
||||
- "9925:9000" #
|
||||
|
||||
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
memory: 1000M #
|
||||
|
||||
|
||||
volumes:
|
||||
- mealie-data:/app/data/
|
||||
environment:
|
||||
# Set Backend ENV Variables Here
|
||||
ALLOW_SIGNUP: "false"
|
||||
PUID: 1000
|
||||
PGID: 1000
|
||||
TZ: Europe/London
|
||||
BASE_URL: https://mealie.orlop.duckdns.org
|
||||
|
||||
volumes:
|
||||
mealie-data:
|
||||
Loading…
Add table
Add a link
Reference in a new issue