Added Mealie
This commit is contained in:
44
mealie/compose.yml
Normal file
44
mealie/compose.yml
Normal file
@@ -0,0 +1,44 @@
|
||||
|
||||
# Service Name: Mealie
|
||||
# Description : Recipe manager and meal planner
|
||||
# Homepage : https://mealie.io/
|
||||
|
||||
|
||||
services:
|
||||
mealie:
|
||||
container_name: mealie
|
||||
image: hkotel/mealie:latest
|
||||
# build:
|
||||
# context: ../
|
||||
# target: production
|
||||
# dockerfile: ./docker/Dockerfile
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /home/rcadmin/docker/mealie/data:/app/data/
|
||||
ports:
|
||||
- 9091:9000
|
||||
environment:
|
||||
ALLOW_SIGNUP: "false"
|
||||
LOG_LEVEL: "DEBUG"
|
||||
|
||||
DB_ENGINE: sqlite # Optional: 'sqlite', 'postgres'
|
||||
# =====================================
|
||||
# Postgres Config
|
||||
#POSTGRES_USER: mealie
|
||||
#POSTGRES_PASSWORD: mealie
|
||||
#POSTGRES_SERVER: postgres
|
||||
#POSTGRES_PORT: 5432
|
||||
#POSTGRES_DB: mealie
|
||||
# =====================================
|
||||
# Email Configuration
|
||||
# SMTP_HOST=
|
||||
# SMTP_PORT=587
|
||||
# SMTP_FROM_NAME=Mealie
|
||||
# SMTP_AUTH_STRATEGY=TLS # Options: 'TLS', 'SSL', 'NONE'
|
||||
# SMTP_FROM_EMAIL=
|
||||
# SMTP_USER=
|
||||
# SMTP_PASSWORD=
|
||||
|
||||
#volumes:
|
||||
# mealie-data:
|
||||
# driver: local
|
||||
Reference in New Issue
Block a user