Infra: Container-Name ban-yaro→banyaro, Favicon-Route, Cache-Bust v3

- 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
This commit is contained in:
rene 2026-04-13 19:29:43 +02:00
parent 5a0be0e886
commit 96e7a97b52
4 changed files with 7 additions and 4 deletions

3
.gitignore vendored
View file

@ -7,3 +7,6 @@ __pycache__/
*.db
*.db-wal
*.db-shm
# Design-Quell-Dateien (nicht für Server)
/icons/

View file

@ -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

View file

@ -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)

View file

@ -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