mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-01-07 23:47:53 +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
4
.github/uffizzi/docker-compose.uffizzi.yml
vendored
4
.github/uffizzi/docker-compose.uffizzi.yml
vendored
|
@ -12,3 +12,7 @@ services:
|
|||
ports:
|
||||
- 8080:8080
|
||||
restart: unless-stopped
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
memory: 2000M
|
Loading…
Reference in a new issue