Set longer timeouts; Use production docker nextcloud

This commit is contained in:
Hattshire 2024-03-07 22:26:41 +00:00
parent 0f5caed42b
commit b47e006c9c
4 changed files with 32 additions and 11 deletions

View file

@ -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