mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-01-06 15:07:52 +08:00
Increase memory for Uffizzi deployment (#1557)
This commit is contained in:
parent
a0a6bf5af8
commit
d44d5b0f62
1 changed files with 5 additions and 1 deletions
6
.github/uffizzi/docker-compose.uffizzi.yml
vendored
6
.github/uffizzi/docker-compose.uffizzi.yml
vendored
|
@ -11,4 +11,8 @@ services:
|
|||
- LIVEBOOK_TOKEN_ENABLED=false
|
||||
ports:
|
||||
- 8080:8080
|
||||
restart: unless-stopped
|
||||
restart: unless-stopped
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
memory: 2000M
|
Loading…
Reference in a new issue