28 lines
783 B
Markdown
28 lines
783 B
Markdown
# Mealie
|
|
|
|
Deploy Mealie recipe manager using Docker Compose.
|
|
|
|
## Description
|
|
|
|
Mealie is a self-hosted recipe manager with meal planning, shopping lists, and nutrition tracking.
|
|
|
|
## Variables
|
|
|
|
### Optional
|
|
|
|
| Variable | Default | Description |
|
|
|----------|---------|-------------|
|
|
| `mealie_http_port` | `9925` | Web interface port |
|
|
| `mealie_base_url` | `http://localhost:8080` | Base URL for application links and redirects |
|
|
| `mealie_data_path` | `{{ app_dir }}/data` | Application data storage path |
|
|
| `mealie_container_version` | `latest` | Mealie Docker image tag |
|
|
| `mealie_extra_env_vars` | `{}` | Additional environment variables as key-value pairs |
|
|
|
|
## Example
|
|
|
|
```yaml
|
|
- role: patrickj.docker_apps.mealie
|
|
vars:
|
|
mealie_base_url: "https://recipes.example.com"
|
|
```
|