Internal URL: http://192.168.1.240:9123
External URL: https://cook.risingflow.com
GitHub URL: https://github.com/mealie-recipes/mealie
Docker Compose:
version: "3.1"
services:
mealie:
image: hkotel/mealie:latest
ports:
- "9123:9000"
environment:
db_type: sqlite
TZ: Pacific/Auckland
ALLOW_SIGNUP: true
BASE_URL: https://cook.risingflow.com
SMTP_HOST: smtp.sendgrid.net
SMTP_PORT: 465
SMTP_FROM_NAME: Cooking
SMTP_AUTH_STRATEGY: SSL
SMTP_FROM_EMAIL: [email protected]
SMTP_USER: apikey
SMTP_PASSWORD: redacted
volumes:
- "./mealie/data/:/app/data"
restart: always