mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-05-30 19:54:44 -04:00
remove tmpfs (#603)
This commit is contained in:
parent
4d853c4ca8
commit
7d3983d2ec
@ -23,8 +23,6 @@ services:
|
|||||||
# MAX_WORKERS: 8
|
# MAX_WORKERS: 8
|
||||||
|
|
||||||
WEB_CONCURRENCY: 2
|
WEB_CONCURRENCY: 2
|
||||||
tmpfs:
|
|
||||||
- /mem:size=64m,mode=1777,noatime
|
|
||||||
postgres:
|
postgres:
|
||||||
container_name: postgres
|
container_name: postgres
|
||||||
image: postgres
|
image: postgres
|
||||||
|
@ -51,8 +51,6 @@ services:
|
|||||||
WEB_CONCURRENCY: 2
|
WEB_CONCURRENCY: 2
|
||||||
volumes:
|
volumes:
|
||||||
- ./mealie/data/:/app/data
|
- ./mealie/data/:/app/data
|
||||||
tmpfs:
|
|
||||||
- /mem:size=64m,mode=1777,noatime
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Docker Compose with Postgres _(BETA)_
|
## Docker Compose with Postgres _(BETA)_
|
||||||
@ -87,8 +85,6 @@ services:
|
|||||||
WEB_CONCURRENCY: 2
|
WEB_CONCURRENCY: 2
|
||||||
volumes:
|
volumes:
|
||||||
- ./mealie/data/:/app/data
|
- ./mealie/data/:/app/data
|
||||||
tmpfs:
|
|
||||||
- /mem:size=64m,mode=1777,noatime
|
|
||||||
postgres:
|
postgres:
|
||||||
container_name: postgres
|
container_name: postgres
|
||||||
image: postgres
|
image: postgres
|
||||||
|
@ -43,7 +43,6 @@ loglevel = use_loglevel
|
|||||||
workers = web_concurrency
|
workers = web_concurrency
|
||||||
bind = use_bind
|
bind = use_bind
|
||||||
errorlog = use_errorlog
|
errorlog = use_errorlog
|
||||||
worker_tmp_dir = "/mem" # "/dev/shm"
|
|
||||||
accesslog = use_accesslog
|
accesslog = use_accesslog
|
||||||
graceful_timeout = int(graceful_timeout_str)
|
graceful_timeout = int(graceful_timeout_str)
|
||||||
timeout = int(timeout_str)
|
timeout = int(timeout_str)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user