added owncloud and finally a tested and functional version of nextcloud

This commit is contained in:
2023-04-14 19:15:03 +00:00
parent 1a383a04fb
commit 6777441821
3 changed files with 123 additions and 2 deletions
@@ -22,9 +22,9 @@ volumes:
services:
db:
image: mariadb:10.6
image: mariadb
restart: always
command: --transaction-isolation=READ-COMMITTED --log-bin=binlog --binlog-format=ROW
command: --transaction-isolation=READ-COMMITTED --log-bin=binlog --binlog-format=ROW --innodb-file-per-table=1 --skip-innodb-read-only-compressed
volumes:
- ncdatabase:/var/lib/mysql
environment:
@@ -48,6 +48,7 @@ services:
- MYSQL_DATABASE=nextcloud
- MYSQL_USER=nextcloud
- MYSQL_HOST=db
- PHP_MEMORY_LIMIT=512M
- REDIS_HOST=redis
deploy:
resources: