From 96e7a97b52ae9f38e6ee89107da571fbbd471fea Mon Sep 17 00:00:00 2001 From: rene Date: Mon, 13 Apr 2026 19:29:43 +0200 Subject: [PATCH] =?UTF-8?q?Infra:=20Container-Name=20ban-yaro=E2=86=92bany?= =?UTF-8?q?aro,=20Favicon-Route,=20Cache-Bust=20v3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Makefile + docker-compose.yml: container_name ban-yaro → banyaro - sw.js: Cache-Version auf by-v3 (neue Icons + Health-Assets) - .gitignore: /icons/ (Design-Quell-Dateien) ausschließen --- .gitignore | 3 +++ Makefile | 4 ++-- backend/static/sw.js | 2 +- docker-compose.yml | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index e51a866..696ee7a 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,6 @@ __pycache__/ *.db *.db-wal *.db-shm + +# Design-Quell-Dateien (nicht für Server) +/icons/ diff --git a/Makefile b/Makefile index ea0c151..6eb84e9 100644 --- a/Makefile +++ b/Makefile @@ -8,8 +8,8 @@ DS_HOST := ds DS_IP := 10.47.11.10 # Hinweis: NPM braucht 10.47.11.99 als Forward-IP (Macvlan-Shim), nicht .10 DS_SSH_PORT := 22 -DS_PATH := /volume1/docker/ban-yaro -CONTAINER := ban-yaro # container_name (für docker logs/exec) +DS_PATH := /volume1/docker/banyaro +CONTAINER := banyaro # container_name (für docker logs/exec) SERVICE := banyaro # service-name in docker-compose.yml (für docker compose restart) GIT_REMOTE := origin DOCKER := sudo /usr/local/bin/docker diff --git a/backend/static/sw.js b/backend/static/sw.js index 4c344c1..5394ac8 100644 --- a/backend/static/sw.js +++ b/backend/static/sw.js @@ -3,7 +3,7 @@ Offline-Cache + Push Notifications ============================================================ */ -const CACHE_VERSION = 'by-v1'; +const CACHE_VERSION = 'by-v3'; const CACHE_STATIC = `${CACHE_VERSION}-static`; // Diese Dateien werden beim Install gecacht (App Shell) diff --git a/docker-compose.yml b/docker-compose.yml index 3961ebd..b78dbdc 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,7 +1,7 @@ services: banyaro: build: . - container_name: ban-yaro + container_name: banyaro restart: unless-stopped ports: - "3010:8000" # DS-intern, NPM leitet banyaro.app weiter