initial commit
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
# 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"
|
||||
```
|
||||
Reference in New Issue
Block a user