Set longer timeouts; Use production docker nextcloud
This commit is contained in:
parent
0f5caed42b
commit
b47e006c9c
4 changed files with 32 additions and 11 deletions
|
|
@ -15,7 +15,7 @@ networks:
|
|||
services:
|
||||
# ============ NextCloud
|
||||
nextcloud:
|
||||
image: nextcloud:27.1-fpm
|
||||
build: ./images/nc
|
||||
restart: always
|
||||
volumes:
|
||||
- nc-data:/var/www/html
|
||||
|
|
@ -35,13 +35,9 @@ services:
|
|||
depends_on:
|
||||
- db
|
||||
- redis
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
memory: 1G
|
||||
|
||||
nextcloud-janitor:
|
||||
image: nextcloud:27.1-fpm
|
||||
build: ./images/nc
|
||||
restart: always
|
||||
volumes:
|
||||
- nc-data:/var/www/html
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue