windmill: move dump to dedicated volume, remove unix_http_server, simplify upgrade path

Agent-Logs-Url: https://github.com/nextcloud/all-in-one/sessions/d87bac25-9c31-4c46-ad37-1e6426a3af2e

Co-authored-by: szaimen <42591237+szaimen@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-04-28 11:23:20 +00:00
committed by GitHub
parent e077aea86d
commit b205e46976
3 changed files with 31 additions and 65 deletions

View File

@@ -988,6 +988,11 @@
"destination": "/var/lib/postgresql/data",
"writeable": true
},
{
"source": "nextcloud_aio_windmill_dump",
"destination": "/var/lib/windmill-dump",
"writeable": true
},
{
"source": "nextcloud_aio_windmill",
"destination": "/tmp/windmill/cache",