feat: nextcloud backup script

This commit is contained in:
jojo
2025-08-07 09:27:33 +02:00
parent fce313d45c
commit 3e1d191bee
4 changed files with 13 additions and 6 deletions

View File

@@ -5,11 +5,12 @@ services:
command: --transaction-isolation=READ-COMMITTED --binlog-format=ROW
volumes:
- ./db:/var/lib/mysql
- ./backup:/backup
env_file:
- env
- .env
app:
image: nextcloud
image: nextcloud:stable
restart: always
ports:
- 50000:80
@@ -18,4 +19,4 @@ services:
volumes:
- ./nextcloud:/var/www/html
env_file:
- env
- .env