chore: switch to caddy for fpm and postgres 16

This commit is contained in:
2026-01-23 10:49:01 +00:00
parent ccf388d047
commit c32e240d2e
12 changed files with 81 additions and 250 deletions

5
scripts/clean_locked_files Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
docker exec --user www-data nextcloud-app php occ maintenance:mode --on
docker exec -it nextcloud-db psql -U nextcloud -d nextclouddb
DELETE FROM oc_file_locks WHERE true;
docker exec --user www-data nextcloud-app php occ maintenance:mode --off