From 0384e997bf5723f06a49aa91d6e9a19f5efe2a09 Mon Sep 17 00:00:00 2001 From: stitch1 Date: Wed, 17 Dec 2025 15:35:44 +0100 Subject: [PATCH 1/2] remove data path for postgres18 --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index b0813935..c73550cd 100644 --- a/compose.yaml +++ b/compose.yaml @@ -94,7 +94,7 @@ services: networks: dashboard: volumes: - - database:/var/lib/postgresql/data + - database:/var/lib/postgresql healthcheck: interval: 60s stop_grace_period: 60s From ddfce039b8349c781b19d2129d4b85de42e3a78a Mon Sep 17 00:00:00 2001 From: stitch1 Date: Wed, 17 Dec 2025 15:45:30 +0100 Subject: [PATCH 2/2] expose /api/v1 to backend --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index c73550cd..18b4a078 100644 --- a/compose.yaml +++ b/compose.yaml @@ -110,7 +110,7 @@ configs: caddyfile: content: | :8000 { - @paths path /account/* /admin/* /data/* /jet/* /logout/* /mail/* /session/* /static/* /upload/* /security.txt /.well-known/security.txt + @paths path /account/* /admin/* /data/* /api/v1/* /api/v2/* /jet/* /logout/* /mail/* /session/* /static/* /upload/* /security.txt /.well-known/security.txt reverse_proxy @paths backend:8000 reverse_proxy /* frontend:80 }