1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-08-02 20:15:24 +02:00

fix subpath config

This commit is contained in:
hay-kot 2021-08-08 11:17:03 -08:00
parent ff2b681980
commit fcee79a3e7
7 changed files with 310 additions and 9675 deletions

View file

@ -11,8 +11,9 @@ services:
- 9091:3000
environment:
- GLOBAL_MIDDLEWARE=null
- BASE_URL=""
- SUB_PATH=/mealie/
- ALLOW_SIGNUP=true
- API_URL=http://mealie-api:9000
mealie:
container_name: mealie-api
build:
@ -30,5 +31,5 @@ services:
# POSTGRES_PORT: 5432
# POSTGRES_DB: mealie
# WORKERS_PER_CORE: 0.5
# MAX_WORKERS: 8
WEB_CONCURRENCY: 2
MAX_WORKERS: 1
WEB_CONCURRENCY: 1