diff --git a/Makefile b/Makefile
index 910c66d..76c31a8 100644
--- a/Makefile
+++ b/Makefile
@@ -118,6 +118,8 @@ staging: check-ssh
@git push $(GIT_REMOTE) develop
@echo "→ Sync zu DS (Staging)..."
@COPYFILE_DISABLE=1 tar czf - $(TAR_EXCLUDE) . | ssh $(DS_HOST) "tar xzf - -C $(DS_PATH_STAGING)/"
+ @echo "→ Produktions-DB nach Staging kopieren..."
+ @ssh $(DS_HOST) "mkdir -p $(DS_PATH_STAGING)/data && cp $(DS_PATH)/data/banyaro.db $(DS_PATH_STAGING)/data/banyaro.db"
@echo "→ Staging rebuild + restart..."
@ssh $(DS_HOST) " \
cd $(DS_PATH_STAGING) && \
diff --git a/backend/static/icons/phosphor.svg b/backend/static/icons/phosphor.svg
index 3fcf69f..bc2df08 100644
--- a/backend/static/icons/phosphor.svg
+++ b/backend/static/icons/phosphor.svg
@@ -190,4 +190,44 @@
-
\ No newline at end of file
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/backend/static/js/pages/expenses.js b/backend/static/js/pages/expenses.js
index 7b0f4e3..c37d19e 100644
--- a/backend/static/js/pages/expenses.js
+++ b/backend/static/js/pages/expenses.js
@@ -342,7 +342,7 @@ window.Page_expenses = (() => {
-
${UI.icon('pie-chart')} Aufteilung nach Kategorie
+
${UI.icon('chart-pie')} Aufteilung nach Kategorie
${katBalken || `
Noch keine Ausgaben dieses Jahr.
`}
diff --git a/docker-compose.staging.yml b/docker-compose.staging.yml
index e7312b4..3e14d48 100644
--- a/docker-compose.staging.yml
+++ b/docker-compose.staging.yml
@@ -7,6 +7,7 @@ services:
- "3012:8000"
volumes:
- ./data:/data
+ - /volume1/docker/banyaro/data/media:/data/media:ro
env_file:
- .env
environment: