You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

21 lines
522 B

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.0.0@sha256:c2ea6f1e7fecaa7befe6f2dd02423b5ff31c4551f5afb64576fba0e65a2a4c5b
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