mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-11 16:09:18 +00:00
21 lines
522 B
YAML
21 lines
522 B
YAML
version: "3.7"
|
|
|
|
services:
|
|
app_proxy:
|
|
environment:
|
|
APP_HOST: mealie_web_1
|
|
APP_PORT: 9000
|
|
PROXY_AUTH_WHITELIST: "/api/*"
|
|
|
|
web:
|
|
image: ghcr.io/mealie-recipes/mealie:v2.1.0@sha256:530dc14de032a8b0e25507dd7595df6fd58c20639f872482729a9054d7b2cd60
|
|
restart: on-failure
|
|
environment:
|
|
# Allow additional user sign-up without token
|
|
ALLOW_SIGNUP: "true"
|
|
PUID: 1000
|
|
PGID: 1000
|
|
MAX_WORKERS: 1
|
|
WEB_CONCURRENCY: 1
|
|
volumes:
|
|
- ${APP_DATA_DIR}/data:/app/data |